Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.h136 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~ICE_ITR_MASK) macro
Dice_lib.c1897 ITR_REG_ALIGN(rc->current_itr) >> ICE_ITR_GRAN_S); in ice_cfg_itr()
1911 ITR_REG_ALIGN(rc->current_itr) >> ICE_ITR_GRAN_S); in ice_cfg_itr()
Dice_ethtool.c3308 ITR_TO_REG(ITR_REG_ALIGN(rc->itr_setting)); in ice_set_rc_coalesce()
Dice_main.c1925 ITR_REG_ALIGN(ICE_ITR_8K) >> ICE_ITR_GRAN_S); in ice_req_irq_msix_misc()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c719 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in iavf_set_itr_per_queue()
720 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs); in iavf_set_itr_per_queue()
Diavf_txrx.h26 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~IAVF_ITR_MASK) macro
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h28 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~I40E_ITR_MASK) macro
Di40e_ethtool.c2822 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in i40e_set_itr_per_queue()
2823 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs); in i40e_set_itr_per_queue()