Home
last modified time | relevance | path

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

/freebsd/sys/dev/aq/
H A Daq_hw.c709 uint32_t itr_rx = 2U; in aq_hw_interrupt_moderation_set() local
720 itr_rx |= AQ_HW_NIC_timers_table_rx_[speed_index][0] << 0x8U; in aq_hw_interrupt_moderation_set()
722 itr_rx |= AQ_HW_NIC_timers_table_rx_[speed_index][1] << 0x10U; in aq_hw_interrupt_moderation_set()
732 itr_rx |= (custom_itr/2) << 0x8U; /* set min timer value */ in aq_hw_interrupt_moderation_set()
733 itr_rx |= custom_itr << 0x10U; /* set max timer value */ in aq_hw_interrupt_moderation_set()
746 reg_rx_intr_moder_ctrl_set(hw, itr_rx, i); in aq_hw_interrupt_moderation_set()