Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h28 #define ITR_IS_DYNAMIC(setting) (!!((setting) & IAVF_ITR_DYNAMIC)) macro
H A Diavf_txrx.c479 if (!rc->ring || !ITR_IS_DYNAMIC(rc->ring->itr_setting)) in iavf_update_itr()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h28 #define ITR_IS_DYNAMIC(setting) (!!((setting) & I40E_ITR_DYNAMIC)) macro
H A Di40e_debugfs.c229 ITR_IS_DYNAMIC(rx_ring->itr_setting) ? "dynamic" : "fixed"); in i40e_dbg_dump_vsi_seid()
268 ITR_IS_DYNAMIC(tx_ring->itr_setting) ? "dynamic" : "fixed"); in i40e_dbg_dump_vsi_seid()
307 ITR_IS_DYNAMIC(xdp_ring->itr_setting) ? in i40e_dbg_dump_vsi_seid()
H A Di40e_ethtool.c2900 if (ITR_IS_DYNAMIC(rx_ring->itr_setting)) in __i40e_get_coalesce()
2903 if (ITR_IS_DYNAMIC(tx_ring->itr_setting)) in __i40e_get_coalesce()
H A Di40e_txrx.c1166 if (!rc->ring || !ITR_IS_DYNAMIC(rc->ring->itr_setting)) in i40e_update_itr()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c1895 if (ITR_IS_DYNAMIC(&q_vector->tx) || ITR_IS_DYNAMIC(&q_vector->rx)) { in ice_set_q_vector_intrl()
H A Dice_main.c6725 tx_dynamic = ITR_IS_DYNAMIC(rc); in ice_init_moderation()
6736 rx_dynamic = ITR_IS_DYNAMIC(rc); in ice_init_moderation()
8649 if (!ITR_IS_DYNAMIC(rc)) in ice_chnl_cfg_res()
8656 if (!ITR_IS_DYNAMIC(rc)) in ice_chnl_cfg_res()
H A Dice_ethtool.c4037 ec->use_adaptive_rx_coalesce = ITR_IS_DYNAMIC(rc); in ice_get_rc_coalesce()
4042 ec->use_adaptive_tx_coalesce = ITR_IS_DYNAMIC(rc); in ice_get_rc_coalesce()