Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c672 int rx_min_timer = rx_max_timer / 2; in hw_atl2_hw_interrupt_moderation_set() local
680 rx_min_timer = min(HW_ATL2_INTR_MODER_MIN, in hw_atl2_hw_interrupt_moderation_set()
681 rx_min_timer); in hw_atl2_hw_interrupt_moderation_set()
685 itr_rx |= rx_min_timer << 0x8U; in hw_atl2_hw_interrupt_moderation_set()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1123 int rx_min_timer = rx_max_timer / 2; in hw_atl_b0_hw_interrupt_moderation_set() local
1128 rx_min_timer = min(HW_ATL_INTR_MODER_MIN, rx_min_timer); in hw_atl_b0_hw_interrupt_moderation_set()
1132 itr_rx |= rx_min_timer << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()