Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.c685 int rx_max_timer = self->aq_nic_cfg->rx_itr / 2; in hw_atl2_hw_interrupt_moderation_set() local
686 int rx_min_timer = rx_max_timer / 2; in hw_atl2_hw_interrupt_moderation_set()
692 rx_max_timer = min(HW_ATL2_INTR_MODER_MAX, in hw_atl2_hw_interrupt_moderation_set()
693 rx_max_timer); in hw_atl2_hw_interrupt_moderation_set()
700 itr_rx |= rx_max_timer << 0x10U; in hw_atl2_hw_interrupt_moderation_set()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_b0.c1122 int rx_max_timer = self->aq_nic_cfg->rx_itr / 2; in hw_atl_b0_hw_interrupt_moderation_set() local
1123 int rx_min_timer = rx_max_timer / 2; in hw_atl_b0_hw_interrupt_moderation_set()
1127 rx_max_timer = min(HW_ATL_INTR_MODER_MAX, rx_max_timer); in hw_atl_b0_hw_interrupt_moderation_set()
1133 itr_rx |= rx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()

Completed in 7 milliseconds