Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c845 int rx_max_timer = self->aq_nic_cfg->rx_itr / 2; in hw_atl_b0_hw_interrupt_moderation_set() local
846 int rx_min_timer = rx_max_timer / 2; in hw_atl_b0_hw_interrupt_moderation_set()
850 rx_max_timer = min(HW_ATL_INTR_MODER_MAX, rx_max_timer); in hw_atl_b0_hw_interrupt_moderation_set()
856 itr_rx |= rx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()