Home
last modified time | relevance | path

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

/drivers/net/ethernet/wangxun/libwx/
A Dwx_ethtool.c326 u16 tx_itr_param, rx_itr_param; in wx_set_coalesce() local
363 rx_itr_param = WX_20K_ITR; in wx_set_coalesce()
365 rx_itr_param = wx->rx_itr_setting; in wx_set_coalesce()
398 q_vector->itr = rx_itr_param; in wx_set_coalesce()
/drivers/net/ethernet/intel/ixgbevf/
A Dethtool.c823 u16 tx_itr_param, rx_itr_param; in ixgbevf_set_coalesce() local
840 rx_itr_param = IXGBE_20K_ITR; in ixgbevf_set_coalesce()
842 rx_itr_param = adapter->rx_itr_setting; in ixgbevf_set_coalesce()
863 q_vector->itr = rx_itr_param; in ixgbevf_set_coalesce()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ethtool.c2586 u16 tx_itr_param, rx_itr_param, tx_itr_prev; in ixgbe_set_coalesce() local
2608 rx_itr_param = IXGBE_20K_ITR; in ixgbe_set_coalesce()
2610 rx_itr_param = adapter->rx_itr_setting; in ixgbe_set_coalesce()
2648 q_vector->itr = rx_itr_param; in ixgbe_set_coalesce()

Completed in 13 milliseconds