Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c814 u32 itr_rx; in hw_atl_a0_hw_interrupt_moderation_set() local
822 itr_rx = 0x80000000U | (itr_ << 0x10); in hw_atl_a0_hw_interrupt_moderation_set()
827 itr_rx = 0U; in hw_atl_a0_hw_interrupt_moderation_set()
842 itr_rx = 0x80000000U | in hw_atl_a0_hw_interrupt_moderation_set()
850 itr_rx = 0U; in hw_atl_a0_hw_interrupt_moderation_set()
854 hw_atl_reg_irq_thr_set(self, itr_rx, i); in hw_atl_a0_hw_interrupt_moderation_set()
Dhw_atl_b0.c885 u32 itr_rx = 2U; in hw_atl_b0_hw_interrupt_moderation_set() local
910 itr_rx |= rx_min_timer << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()
911 itr_rx |= rx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()
946 itr_rx |= hw_atl_b0_timers_table_rx_ in hw_atl_b0_hw_interrupt_moderation_set()
948 itr_rx |= hw_atl_b0_timers_table_rx_ in hw_atl_b0_hw_interrupt_moderation_set()
958 itr_rx = 0U; in hw_atl_b0_hw_interrupt_moderation_set()
964 hw_atl_reg_rx_intr_moder_ctrl_set(self, itr_rx, i); in hw_atl_b0_hw_interrupt_moderation_set()
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h130 u32 itr_rx; member