Home
last modified time | relevance | path

Searched refs:tx_max_timer (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c682 int tx_max_timer = self->aq_nic_cfg->tx_itr / 2; in hw_atl2_hw_interrupt_moderation_set() local
683 int tx_min_timer = tx_max_timer / 2; in hw_atl2_hw_interrupt_moderation_set()
688 tx_max_timer = min(HW_ATL2_INTR_MODER_MAX, in hw_atl2_hw_interrupt_moderation_set()
689 tx_max_timer); in hw_atl2_hw_interrupt_moderation_set()
698 itr_tx |= tx_max_timer << 0x10U; in hw_atl2_hw_interrupt_moderation_set()
/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1126 int tx_max_timer = self->aq_nic_cfg->tx_itr / 2; in hw_atl_b0_hw_interrupt_moderation_set() local
1127 int tx_min_timer = tx_max_timer / 2; in hw_atl_b0_hw_interrupt_moderation_set()
1132 tx_max_timer = min(HW_ATL_INTR_MODER_MAX, tx_max_timer); in hw_atl_b0_hw_interrupt_moderation_set()
1138 itr_tx |= tx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()