Searched refs:rx_itr_param (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c750 u16 tx_itr_param, rx_itr_param; ixgbevf_set_coalesce() local
767 rx_itr_param = IXGBE_20K_ITR; ixgbevf_set_coalesce()
769 rx_itr_param = adapter->rx_itr_setting; ixgbevf_set_coalesce()
790 q_vector->itr = rx_itr_param; ixgbevf_set_coalesce()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2254 u16 tx_itr_param, rx_itr_param, tx_itr_prev; ixgbe_set_coalesce() local
2276 rx_itr_param = IXGBE_20K_ITR; ixgbe_set_coalesce()
2278 rx_itr_param = adapter->rx_itr_setting; ixgbe_set_coalesce()
2316 q_vector->itr = rx_itr_param; ixgbe_set_coalesce()

Completed in 77 milliseconds