Searched refs:hwconfig (Results 1 – 1 of 1) sorted by relevance
3273 struct hwtstamp_config hwconfig; in create_ring() local3281 memset(&hwconfig, 0, sizeof(hwconfig)); in create_ring()3282 hwconfig.tx_type = HWTSTAMP_TX_ON; in create_ring()3283 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL; in create_ring()3287 ifr.ifr_data = (void *)&hwconfig; in create_ring()