Lines Matching defs:que
458 struct ix_tx_queue *que;
475 for (i = 0, que = sc->tx_queues; i < ntxqsets; i++, que++) {
476 struct tx_ring *txr = &que->txr;
481 txr->sc = que->sc = sc;
525 struct ix_rx_queue *que;
542 for (i = 0, que = sc->rx_queues; i < nrxqsets; i++, que++) {
543 struct rx_ring *rxr = &que->rxr;
548 rxr->sc = que->sc = sc;
555 rxr->que = que;
718 struct ix_rx_queue *que;
750 for (i = 0, que = sc->rx_queues; i < sc->num_rx_queues; i++, que++) {
751 struct rx_ring *rxr = &que->rxr;
830 struct ix_tx_queue *que;
834 for (i = 0, que = sc->tx_queues; i < sc->num_tx_queues;
835 i++, que++) {
836 struct tx_ring *txr = &que->txr;
2224 "Failed to allocate que int %d err: %d",
2262 ixgbe_perform_aim(struct ixgbe_softc *sc, struct ix_rx_queue *que)
2265 struct rx_ring *rxr = &que->rxr;
2274 if (que->eitr_setting) {
2275 IXGBE_WRITE_REG(&sc->hw, IXGBE_EITR(que->msix),
2276 que->eitr_setting);
2279 que->eitr_setting = 0;
2313 que->eitr_setting = newitr;
2330 struct ix_rx_queue *que = arg;
2331 struct ixgbe_softc *sc = que->sc;
2332 if_t ifp = iflib_get_ifp(que->sc->ctx);
2338 ixgbe_disable_queue(sc, que->msix);
2339 ++que->irqs;
2343 ixgbe_perform_aim(sc, que);
2782 struct ix_rx_queue *que = ((struct ix_rx_queue *)oidp->oid_arg1);
2786 if (atomic_load_acq_int(&que->sc->recovery_mode))
2789 reg = IXGBE_READ_REG(&que->sc->hw, IXGBE_EITR(que->msix));
2806 IXGBE_WRITE_REG(&que->sc->hw, IXGBE_EITR(que->msix), reg);
3948 struct ix_rx_queue *que = sc->rx_queues;
4018 for (int i = 0; i < sc->num_rx_queues; i++, que++)
4019 ixgbe_enable_queue(sc, que->msix);
4066 struct ix_rx_queue *que = &sc->rx_queues[rxqid];
4068 ixgbe_enable_queue(sc, que->msix);
4126 struct ix_rx_queue *que = sc->rx_queues;
4133 ++que->irqs;
4189 struct ix_rx_queue *que = sc->rx_queues;
4196 if (que != NULL) {
4197 for (int i = 0; i < sc->num_rx_queues; i++, que++) {
4198 iflib_irq_free(ctx, &que->que_irq);