Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c825 u16 tx_itr_param, rx_itr_param; in ixgbevf_set_coalesce() local
842 rx_itr_param = IXGBE_20K_ITR; in ixgbevf_set_coalesce()
844 rx_itr_param = adapter->rx_itr_setting; in ixgbevf_set_coalesce()
865 q_vector->itr = rx_itr_param; in ixgbevf_set_coalesce()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2330 u16 tx_itr_param, rx_itr_param, tx_itr_prev; in ixgbe_set_coalesce() local
2352 rx_itr_param = IXGBE_20K_ITR; in ixgbe_set_coalesce()
2354 rx_itr_param = adapter->rx_itr_setting; in ixgbe_set_coalesce()
2392 q_vector->itr = rx_itr_param; in ixgbe_set_coalesce()