Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c656 u32 itr_rx = 2U; in hw_atl2_hw_interrupt_moderation_set() local
685 itr_rx |= rx_min_timer << 0x8U; in hw_atl2_hw_interrupt_moderation_set()
686 itr_rx |= rx_max_timer << 0x10U; in hw_atl2_hw_interrupt_moderation_set()
720 itr_rx |= hw_atl2_timers_table_rx_ in hw_atl2_hw_interrupt_moderation_set()
722 itr_rx |= hw_atl2_timers_table_rx_ in hw_atl2_hw_interrupt_moderation_set()
732 itr_rx = 0U; in hw_atl2_hw_interrupt_moderation_set()
738 hw_atl_reg_rx_intr_moder_ctrl_set(self, itr_rx, i); in hw_atl2_hw_interrupt_moderation_set()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c822 u32 itr_rx; in hw_atl_a0_hw_interrupt_moderation_set() local
830 itr_rx = 0x80000000U | (itr_ << 0x10); in hw_atl_a0_hw_interrupt_moderation_set()
835 itr_rx = 0U; in hw_atl_a0_hw_interrupt_moderation_set()
850 itr_rx = 0x80000000U | in hw_atl_a0_hw_interrupt_moderation_set()
858 itr_rx = 0U; in hw_atl_a0_hw_interrupt_moderation_set()
862 hw_atl_reg_irq_thr_set(self, itr_rx, i); in hw_atl_a0_hw_interrupt_moderation_set()
Dhw_atl_b0.c1107 u32 itr_rx = 2U; in hw_atl_b0_hw_interrupt_moderation_set() local
1132 itr_rx |= rx_min_timer << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()
1133 itr_rx |= rx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()
1168 itr_rx |= hw_atl_b0_timers_table_rx_ in hw_atl_b0_hw_interrupt_moderation_set()
1170 itr_rx |= hw_atl_b0_timers_table_rx_ in hw_atl_b0_hw_interrupt_moderation_set()
1180 itr_rx = 0U; in hw_atl_b0_hw_interrupt_moderation_set()
1186 hw_atl_reg_rx_intr_moder_ctrl_set(self, itr_rx, i); in hw_atl_b0_hw_interrupt_moderation_set()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_txrx.h352 u16 itr_rx; member
Dice_lib.c2698 rx_rc->itr_setting = coalesce->itr_rx; in ice_vsi_rebuild_update_coalesce()
2732 coalesce[i].itr_rx = q_vector->rx.itr_setting; in ice_vsi_rebuild_get_coalesce()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h187 u32 itr_rx; member