Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c326 u16 tx_itr_param, rx_itr_param; in wx_set_coalesce() local
377 tx_itr_param = WX_12K_ITR; in wx_set_coalesce()
380 tx_itr_param = WX_20K_ITR; in wx_set_coalesce()
384 tx_itr_param = wx->tx_itr_setting; in wx_set_coalesce()
395 q_vector->itr = tx_itr_param; in wx_set_coalesce()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2586 u16 tx_itr_param, rx_itr_param, tx_itr_prev; in ixgbe_set_coalesce() local
2618 tx_itr_param = IXGBE_12K_ITR; in ixgbe_set_coalesce()
2620 tx_itr_param = adapter->tx_itr_setting; in ixgbe_set_coalesce()
2645 q_vector->itr = tx_itr_param; in ixgbe_set_coalesce()