Home
last modified time | relevance | path

Searched refs:rx_itr_param (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c819 u16 tx_itr_param, rx_itr_param; in ixgbevf_set_coalesce() local
836 rx_itr_param = IXGBE_20K_ITR; in ixgbevf_set_coalesce()
838 rx_itr_param = adapter->rx_itr_setting; in ixgbevf_set_coalesce()
859 q_vector->itr = rx_itr_param; in ixgbevf_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2434 u16 tx_itr_param, rx_itr_param, tx_itr_prev; in ixgbe_set_coalesce() local
2456 rx_itr_param = IXGBE_20K_ITR; in ixgbe_set_coalesce()
2458 rx_itr_param = adapter->rx_itr_setting; in ixgbe_set_coalesce()
2496 q_vector->itr = rx_itr_param; in ixgbe_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2456 u16 tx_itr_param, rx_itr_param, tx_itr_prev; in ixgbe_set_coalesce() local
2478 rx_itr_param = IXGBE_20K_ITR; in ixgbe_set_coalesce()
2480 rx_itr_param = adapter->rx_itr_setting; in ixgbe_set_coalesce()
2518 q_vector->itr = rx_itr_param; in ixgbe_set_coalesce()

Completed in 11 milliseconds