Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtimestamping.c309 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
373 hwconfig_requested = hwconfig; in main()
376 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main()
377 hwconfig_requested.rx_filter == HWTSTAMP_FILTER_NONE) in main()
383 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
384 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtimestamping.c327 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
403 hwconfig_requested = hwconfig; in main()
406 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main()
407 hwconfig_requested.rx_filter == HWTSTAMP_FILTER_NONE) in main()
413 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
414 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()

Completed in 2 milliseconds