Home
last modified time | relevance | path

Searched refs:itr_tx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c829 u32 itr_tx = 2U; in hw_atl_b0_hw_interrupt_moderation_set() local
853 itr_tx |= tx_min_timer << 0x8U; in hw_atl_b0_hw_interrupt_moderation_set()
854 itr_tx |= tx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()
886 itr_tx |= hw_atl_b0_timers_table_tx_ in hw_atl_b0_hw_interrupt_moderation_set()
888 itr_tx |= hw_atl_b0_timers_table_tx_ in hw_atl_b0_hw_interrupt_moderation_set()
902 itr_tx = 0U; in hw_atl_b0_hw_interrupt_moderation_set()
908 hw_atl_reg_tx_intr_moder_ctrl_set(self, itr_tx, i); in hw_atl_b0_hw_interrupt_moderation_set()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h119 u32 itr_tx; member