Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0_internal.h143 #define HW_ATL_INTR_MODER_MAX 0x1FF macro
H A Dhw_atl_b0.c1132 tx_max_timer = min(HW_ATL_INTR_MODER_MAX, tx_max_timer); in hw_atl_b0_hw_interrupt_moderation_set()
1134 rx_max_timer = min(HW_ATL_INTR_MODER_MAX, rx_max_timer); in hw_atl_b0_hw_interrupt_moderation_set()