Searched refs:tque (Results 1 – 2 of 2) sorted by relevance
3198 struct igc_tx_queue *tque; in igc_sysctl_interrupt_rate_handler() local3206 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()
7685 struct em_tx_queue *tque; in em_sysctl_interrupt_rate_handler() local7693 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()