Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Dif_igc.c3198 struct igc_tx_queue *tque; in igc_sysctl_interrupt_rate_handler() local
3206 tque = oidp->oid_arg1; in igc_sysctl_interrupt_rate_handler()
3207 hw = &tque->sc->hw; in igc_sysctl_interrupt_rate_handler()
3208 reg = IGC_READ_REG(hw, IGC_EITR(tque->msix)); in igc_sysctl_interrupt_rate_handler()
/freebsd/sys/dev/e1000/
H A Dif_em.c7685 struct em_tx_queue *tque; in em_sysctl_interrupt_rate_handler() local
7693 tque = oidp->oid_arg1; in em_sysctl_interrupt_rate_handler()
7694 hw = &tque->sc->hw; in em_sysctl_interrupt_rate_handler()
7696 reg = E1000_READ_REG(hw, E1000_EITR(tque->msix)); in em_sysctl_interrupt_rate_handler()
7698 tque->sc->intr_type == IFLIB_INTR_MSIX) in em_sysctl_interrupt_rate_handler()
7699 reg = E1000_READ_REG(hw, E1000_EITR_82574(tque->msix)); in em_sysctl_interrupt_rate_handler()