Home
last modified time | relevance | path

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

/freebsd/sys/dev/aq/
H A Daq_hw.c710 uint32_t itr_tx = 2U; in aq_hw_interrupt_moderation_set() local
725 itr_tx |= AQ_HW_NIC_timers_table_tx_[speed_index][0] << 0x8U; in aq_hw_interrupt_moderation_set()
727 itr_tx |= AQ_HW_NIC_timers_table_tx_[speed_index][1] << 0x10U; in aq_hw_interrupt_moderation_set()
735 itr_tx |= (custom_itr/2) << 0x8U; /* set min timer value */ in aq_hw_interrupt_moderation_set()
736 itr_tx |= custom_itr << 0x10U; /* set max timer value */ in aq_hw_interrupt_moderation_set()
745 reg_tx_intr_moder_ctrl_set(hw, itr_tx, i); in aq_hw_interrupt_moderation_set()