Searched refs:hwconfig (Results 1 – 2 of 2) sorted by relevance
309 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local359 hwtstamp.ifr_data = (void *)&hwconfig; in main()360 memset(&hwconfig, 0, sizeof(hwconfig)); in main()361 hwconfig.tx_type = in main()364 hwconfig.rx_filter = in main()367 hwconfig_requested = hwconfig; in main()377 hwconfig_requested.tx_type, hwconfig.tx_type, in main()378 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
3092 struct hwtstamp_config hwconfig; in create_ring() local3100 memset(&hwconfig, 0, sizeof(hwconfig)); in create_ring()3101 hwconfig.tx_type = HWTSTAMP_TX_ON; in create_ring()3102 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL; in create_ring()3106 ifr.ifr_data = (void *)&hwconfig; in create_ring()