Searched refs:itr_rx (Results 1 – 3 of 3) sorted by relevance
830 u32 itr_rx = 2U; in hw_atl_b0_hw_interrupt_moderation_set() local855 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()
812 u32 itr_rx; in hw_atl_a0_hw_interrupt_moderation_set() local820 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()
120 u32 itr_rx; member