Searched refs:ITR_REG_ALIGN (Results 1 – 8 of 8) sorted by relevance
235 #define ITR_REG_ALIGN(setting) ((setting) & ICE_ITR_MASK) macro
2074 ITR_REG_ALIGN(itr) >> ICE_ITR_GRAN_S); in __ice_write_itr()
3864 ITR_REG_ALIGN(coalesce_usecs)); in ice_print_if_odd_usecs()
3288 ITR_REG_ALIGN(ICE_ITR_8K) >> ICE_ITR_GRAN_S); in ice_req_irq_msix_misc()
25 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~I40E_ITR_MASK) macro
2971 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in i40e_set_itr_per_queue()2972 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs); in i40e_set_itr_per_queue()
26 #define ITR_REG_ALIGN(setting) __ALIGN_MASK(setting, ~IAVF_ITR_MASK) macro
788 rx_ring->itr_setting = ITR_REG_ALIGN(ec->rx_coalesce_usecs); in iavf_set_itr_per_queue()789 tx_ring->itr_setting = ITR_REG_ALIGN(ec->tx_coalesce_usecs); in iavf_set_itr_per_queue()