Searched refs:ITR_REG_ALIGN (Results 1 – 8 of 8) sorted by relevance
25 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~IAVF_ITR_MASK) macro
795 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in iavf_set_itr_per_queue()796 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, ~I40E_ITR_MASK) macro
2974 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in i40e_set_itr_per_queue()2975 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs); in i40e_set_itr_per_queue()
277 #define ITR_REG_ALIGN(setting) ((setting) & ICE_ITR_MASK) macro
2001 ITR_REG_ALIGN(itr) >> ICE_ITR_GRAN_S); in __ice_write_itr()
3825 ITR_REG_ALIGN(coalesce_usecs)); in ice_print_if_odd_usecs()
3365 ITR_REG_ALIGN(ICE_ITR_8K) >> ICE_ITR_GRAN_S); in ice_req_irq_msix_misc()