Home
last modified time | relevance | path

Searched refs:ICE_ITR_GRAN_S (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_txrx.h229 #define ICE_ITR_GRAN_S 1 /* ITR granularity is always 2us */ macro
230 #define ICE_ITR_GRAN_US BIT(ICE_ITR_GRAN_S)
250 ((((usecs) << (GLINT_DYN_CTL_INTERVAL_S - ICE_ITR_GRAN_S)) & \
Dice_base.c707 ITR_REG_ALIGN(rc->current_itr) >> ICE_ITR_GRAN_S); in ice_cfg_itr()
717 ITR_REG_ALIGN(rc->current_itr) >> ICE_ITR_GRAN_S); in ice_cfg_itr()
Dice_lib.c2704 ICE_ITR_GRAN_S); in ice_vsi_rebuild_update_coalesce()
2708 ICE_ITR_GRAN_S); in ice_vsi_rebuild_update_coalesce()
Dice_txrx.c1485 (itr << (GLINT_DYN_CTL_INTERVAL_S - ICE_ITR_GRAN_S)); in ice_buildreg_itr()
Dice_main.c2841 ITR_REG_ALIGN(ICE_ITR_8K) >> ICE_ITR_GRAN_S); in ice_req_irq_msix_misc()