Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c669 u32 itr_tx = 2U; in hw_atl2_hw_interrupt_moderation_set() local
697 itr_tx |= tx_min_timer << 0x8U; in hw_atl2_hw_interrupt_moderation_set()
698 itr_tx |= tx_max_timer << 0x10U; in hw_atl2_hw_interrupt_moderation_set()
729 itr_tx |= hw_atl2_timers_table_tx_ in hw_atl2_hw_interrupt_moderation_set()
731 itr_tx |= hw_atl2_timers_table_tx_ in hw_atl2_hw_interrupt_moderation_set()
745 itr_tx = 0U; in hw_atl2_hw_interrupt_moderation_set()
751 hw_atl2_reg_tx_intr_moder_ctrl_set(self, itr_tx, i); in hw_atl2_hw_interrupt_moderation_set()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h467 u16 itr_tx; member
H A Dice_lib.c2904 coalesce[i].itr_tx = q_vector->tx.itr_settings; in ice_vsi_rebuild_get_coalesce()
2971 rc->itr_settings = coalesce[i].itr_tx; in ice_vsi_rebuild_set_coalesce()
2975 rc->itr_settings = coalesce[0].itr_tx; in ice_vsi_rebuild_set_coalesce()
2989 rc->itr_settings = coalesce[0].itr_tx; in ice_vsi_rebuild_set_coalesce()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h190 u32 itr_tx; member