Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/networking/timestamping/
Dtimestamping.c328 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
386 hwconfig_requested = hwconfig; in main()
389 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main()
390 hwconfig_requested.rx_filter == HWTSTAMP_FILTER_NONE) in main()
396 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
397 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()