Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h27 #define ITR_IS_DYNAMIC(setting) (!!((setting) & I40E_ITR_DYNAMIC)) macro
H A Di40e_txrx.c1168 if (!rc->ring || !ITR_IS_DYNAMIC(rc->ring->itr_setting)) in i40e_update_itr()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h286 #define ITR_IS_DYNAMIC(rc) ((rc)->itr_mode == ITR_DYNAMIC) macro
H A Dice_txrx.c1407 if (ITR_IS_DYNAMIC(tx)) { in ice_net_dim()
1414 if (ITR_IS_DYNAMIC(rx)) { in ice_net_dim()
H A Dice_lib.c1879 if (ITR_IS_DYNAMIC(&q_vector->tx) || ITR_IS_DYNAMIC(&q_vector->rx)) { in ice_set_q_vector_intrl()
H A Dice_main.c6750 tx_dynamic = ITR_IS_DYNAMIC(rc); in ice_init_moderation()
6761 rx_dynamic = ITR_IS_DYNAMIC(rc); in ice_init_moderation()
8681 if (!ITR_IS_DYNAMIC(rc)) in ice_chnl_cfg_res()
8688 if (!ITR_IS_DYNAMIC(rc)) in ice_chnl_cfg_res()
H A Dice_ethtool.c4070 ec->use_adaptive_rx_coalesce = ITR_IS_DYNAMIC(rc); in ice_get_rc_coalesce()
4075 ec->use_adaptive_tx_coalesce = ITR_IS_DYNAMIC(rc); in ice_get_rc_coalesce()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c574 if (ITR_IS_DYNAMIC(rx_ring->itr_setting)) in __iavf_get_coalesce()
577 if (ITR_IS_DYNAMIC(tx_ring->itr_setting)) in __iavf_get_coalesce()
H A Diavf_txrx.c459 if (!rc->ring || !ITR_IS_DYNAMIC(rc->ring->itr_setting)) in iavf_update_itr()