Searched refs:hwconfig (Results 1 – 2 of 2) sorted by relevance
328 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local378 hwtstamp.ifr_data = (void *)&hwconfig; in main()379 memset(&hwconfig, 0, sizeof(hwconfig)); in main()380 hwconfig.tx_type = in main()383 hwconfig.rx_filter = in main()386 hwconfig_requested = hwconfig; in main()396 hwconfig_requested.tx_type, hwconfig.tx_type, in main()397 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
4214 struct hwtstamp_config hwconfig; local4222 memset(&hwconfig, 0, sizeof(hwconfig));4223 hwconfig.tx_type = HWTSTAMP_TX_ON;4224 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL;4228 ifr.ifr_data = (void *)&hwconfig;