Lines Matching defs:que
908 igc_neweitr(struct igc_softc *sc, struct igc_rx_queue *que,
1029 if (neweitr != que->eitr_setting) {
1030 que->eitr_setting = neweitr;
1031 IGC_WRITE_REG(hw, IGC_EITR(que->msix), que->eitr_setting);
1045 struct igc_rx_queue *que = &sc->rx_queues[0];
1047 struct rx_ring *rxr = &que->rxr;
1079 igc_neweitr(sc, que, txr, rxr);
1118 struct igc_rx_queue *que = arg;
1119 struct igc_softc *sc = que->sc;
1120 struct tx_ring *txr = &sc->tx_queues[que->msix].txr;
1121 struct rx_ring *rxr = &que->rxr;
1123 ++que->irqs;
1125 igc_neweitr(sc, que, txr, rxr);
1535 "Failed to allocate que int %d err: %d",
1659 struct igc_rx_queue *que = sc->rx_queues;
1666 for (int i = 0; i < sc->rx_num_queues; i++, que++) {
1667 iflib_irq_free(ctx, &que->que_irq);
2006 struct igc_tx_queue *que;
2021 for (i = 0, que = sc->tx_queues; i < sc->tx_num_queues; i++, que++) {
2024 struct tx_ring *txr = &que->txr;
2025 txr->sc = que->sc = sc;
2026 que->me = txr->me = i;
2058 struct igc_rx_queue *que;
2074 for (i = 0, que = sc->rx_queues; i < nrxqsets; i++, que++) {
2076 struct rx_ring *rxr = &que->rxr;
2077 rxr->sc = que->sc = sc;
2078 rxr->que = que;
2079 que->me = rxr->me = i;
2136 struct igc_tx_queue *que;
2147 que = &sc->tx_queues[i];
2148 txr = &que->txr;
2206 struct igc_rx_queue *que;
2283 for (i = 0, que = sc->rx_queues; i < sc->rx_num_queues; i++, que++) {
2284 struct rx_ring *rxr = &que->rxr;