Lines Matching defs:tx_que
398 struct tx_ring *txr = &tx_que->txr;
833 struct igc_tx_queue *tx_que;
849 for (i = 0, tx_que = sc->tx_queues; i < sc->tx_num_queues;
850 i++, tx_que++) {
851 struct tx_ring *txr = &tx_que->txr;
1523 struct igc_tx_queue *tx_que = sc->tx_queues;
1554 for (i = 0; i < sc->tx_num_queues; i++, tx_que++, vector++) {
1556 tx_que = &sc->tx_queues[i];
1559 IFLIB_INTR_TX, tx_que, tx_que->me, buf);
1561 tx_que->msix = (vector % sc->rx_num_queues);
1569 tx_que->eims = 1 << i;
1597 struct igc_tx_queue *tx_que;
1624 tx_que = &sc->tx_queues[i];
1627 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 24;
1630 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 8;
1633 sc->que_mask |= tx_que->eims;
2100 struct igc_tx_queue *tx_que = sc->tx_queues;
2103 if (tx_que != NULL) {
2104 for (int i = 0; i < sc->tx_num_queues; i++, tx_que++) {
2105 struct tx_ring *txr = &tx_que->txr;
2679 struct igc_tx_queue *tx_que = sc->tx_queues;
2721 for (int i = 0; i < sc->tx_num_queues; i++, tx_que++) {
2722 struct tx_ring *txr = &tx_que->txr;
2729 CTLTYPE_UINT | CTLFLAG_RD, tx_que,