Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c329 u16 tx_itr_param, rx_itr_param; in wx_set_coalesce() local
378 tx_itr_param = WX_12K_ITR; in wx_set_coalesce()
381 tx_itr_param = WX_20K_ITR; in wx_set_coalesce()
385 tx_itr_param = wx->tx_itr_setting; in wx_set_coalesce()
396 q_vector->itr = tx_itr_param; in wx_set_coalesce()
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c823 u16 tx_itr_param, rx_itr_param; in ixgbevf_set_coalesce() local
850 tx_itr_param = IXGBE_12K_ITR; in ixgbevf_set_coalesce()
852 tx_itr_param = adapter->tx_itr_setting; in ixgbevf_set_coalesce()
860 q_vector->itr = tx_itr_param; in ixgbevf_set_coalesce()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2461 u16 tx_itr_param, rx_itr_param, tx_itr_prev; in ixgbe_set_coalesce() local
2493 tx_itr_param = IXGBE_12K_ITR; in ixgbe_set_coalesce()
2495 tx_itr_param = adapter->tx_itr_setting; in ixgbe_set_coalesce()
2520 q_vector->itr = tx_itr_param; in ixgbe_set_coalesce()