Home
last modified time | relevance | path

Searched refs:hwconfig_requested (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c309 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
367 hwconfig_requested = hwconfig; in main()
370 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main()
371 hwconfig_requested.rx_filter == HWTSTAMP_FILTER_NONE) in main()
377 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
378 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()