Searched refs:ITR_REG_ALIGN (Results 1 – 8 of 8) sorted by relevance
136 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~ICE_ITR_MASK) macro
1897 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()
3308 ITR_TO_REG(ITR_REG_ALIGN(rc->itr_setting)); in ice_set_rc_coalesce()
1925 ITR_REG_ALIGN(ICE_ITR_8K) >> ICE_ITR_GRAN_S); in ice_req_irq_msix_misc()
719 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()
26 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~IAVF_ITR_MASK) macro
28 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~I40E_ITR_MASK) macro
2822 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()