Searched refs:itr_rx (Results 1 – 3 of 3) sorted by relevance
814 u32 itr_rx; in hw_atl_a0_hw_interrupt_moderation_set() local822 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()
885 u32 itr_rx = 2U; in hw_atl_b0_hw_interrupt_moderation_set() local910 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()
130 u32 itr_rx; member