Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c830 u32 itr_rx = 2U; in hw_atl_b0_hw_interrupt_moderation_set() local
855 itr_rx |= rx_min_timer << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()
856 itr_rx |= rx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()
891 itr_rx |= hw_atl_b0_timers_table_rx_ in hw_atl_b0_hw_interrupt_moderation_set()
893 itr_rx |= hw_atl_b0_timers_table_rx_ in hw_atl_b0_hw_interrupt_moderation_set()
903 itr_rx = 0U; in hw_atl_b0_hw_interrupt_moderation_set()
909 hw_atl_reg_rx_intr_moder_ctrl_set(self, itr_rx, i); in hw_atl_b0_hw_interrupt_moderation_set()
Dhw_atl_a0.c812 u32 itr_rx; in hw_atl_a0_hw_interrupt_moderation_set() local
820 itr_rx = 0x80000000U | (itr_ << 0x10); in hw_atl_a0_hw_interrupt_moderation_set()
825 itr_rx = 0U; in hw_atl_a0_hw_interrupt_moderation_set()
840 itr_rx = 0x80000000U | in hw_atl_a0_hw_interrupt_moderation_set()
848 itr_rx = 0U; in hw_atl_a0_hw_interrupt_moderation_set()
852 hw_atl_reg_irq_thr_set(self, itr_rx, i); in hw_atl_a0_hw_interrupt_moderation_set()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h120 u32 itr_rx; member