Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c819 u16 tx_itr_param, rx_itr_param; in ixgbevf_set_coalesce() local
846 tx_itr_param = IXGBE_12K_ITR; in ixgbevf_set_coalesce()
848 tx_itr_param = adapter->tx_itr_setting; in ixgbevf_set_coalesce()
856 q_vector->itr = tx_itr_param; in ixgbevf_set_coalesce()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2432 u16 tx_itr_param, rx_itr_param, tx_itr_prev; in ixgbe_set_coalesce() local
2464 tx_itr_param = IXGBE_12K_ITR; in ixgbe_set_coalesce()
2466 tx_itr_param = adapter->tx_itr_setting; in ixgbe_set_coalesce()
2491 q_vector->itr = tx_itr_param; in ixgbe_set_coalesce()