Searched refs:hwconfig (Results 1 – 1 of 1) sorted by relevance
3135 struct hwtstamp_config hwconfig; in create_ring() local3143 memset(&hwconfig, 0, sizeof(hwconfig)); in create_ring()3144 hwconfig.tx_type = HWTSTAMP_TX_ON; in create_ring()3145 hwconfig.rx_filter = HWTSTAMP_FILTER_ALL; in create_ring()3149 ifr.ifr_data = (void *)&hwconfig; in create_ring()