Home
last modified time | relevance | path

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

/Documentation/networking/timestamping/
Dtimestamping.c331 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
383 hwtstamp.ifr_data = (void *)&hwconfig; in main()
384 memset(&hwconfig, 0, sizeof(hwconfig)); in main()
385 hwconfig.tx_type = in main()
388 hwconfig.rx_filter = in main()
391 hwconfig_requested = hwconfig; in main()
401 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
402 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()