Home
last modified time | relevance | path

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

/openbmc/linux/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
2463 tx_itr_prev = adapter->rx_itr_setting; in ixgbe_set_coalesce()
2465 tx_itr_prev = adapter->tx_itr_setting; in ixgbe_set_coalesce()
2499 if ((tx_itr_prev == 1) || in ixgbe_set_coalesce()
2500 (tx_itr_prev >= IXGBE_100K_ITR)) in ixgbe_set_coalesce()
2503 if ((tx_itr_prev != 1) && in ixgbe_set_coalesce()
2504 (tx_itr_prev < IXGBE_100K_ITR)) in ixgbe_set_coalesce()