Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h25 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~IAVF_ITR_MASK) macro
H A Diavf_ethtool.c654 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in iavf_set_itr_per_queue()
655 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs); in iavf_set_itr_per_queue()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h26 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~I40E_ITR_MASK) macro
H A Di40e_ethtool.c2975 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in i40e_set_itr_per_queue()
2976 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs); in i40e_set_itr_per_queue()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h291 #define ITR_REG_ALIGN(setting) ((setting) & ICE_ITR_MASK) macro
H A Dice_lib.c1842 ITR_REG_ALIGN(itr) >> ICE_ITR_GRAN_S); in __ice_write_itr()
H A Dice_ethtool.c4336 ITR_REG_ALIGN(coalesce_usecs)); in ice_print_if_odd_usecs()
H A Dice_main.c3554 ITR_REG_ALIGN(ICE_ITR_8K) >> ICE_ITR_GRAN_S); in ice_req_irq_msix_misc()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h469 #define ITR_REG_ALIGN(setting) ((setting) & IDPF_ITR_MASK) macro
H A Didpf_txrx.c3796 writel(ITR_REG_ALIGN(itr) >> IDPF_ITR_GRAN_S, in idpf_vport_intr_write_itr()