Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c683 int tx_min_timer = tx_max_timer / 2; in hw_atl2_hw_interrupt_moderation_set() local
690 tx_min_timer = min(HW_ATL2_INTR_MODER_MIN, in hw_atl2_hw_interrupt_moderation_set()
691 tx_min_timer); in hw_atl2_hw_interrupt_moderation_set()
697 itr_tx |= tx_min_timer << 0x8U; in hw_atl2_hw_interrupt_moderation_set()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1127 int tx_min_timer = tx_max_timer / 2; in hw_atl_b0_hw_interrupt_moderation_set() local
1133 tx_min_timer = min(HW_ATL_INTR_MODER_MIN, tx_min_timer); in hw_atl_b0_hw_interrupt_moderation_set()
1137 itr_tx |= tx_min_timer << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()