HomeSort by: relevance | last modified time | path
    Searched refs:tx_rings (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ix_txrx.c 198 struct tx_ring *txr = sc->tx_rings;
251 txr = &sc->tx_rings[i];
713 int si = netmap_idx_n2k(na->tx_rings[txr->me], i);
743 struct tx_ring *txr = sc->tx_rings;
757 struct tx_ring *txr = sc->tx_rings;
764 kmem_free(sc->tx_rings, sizeof(struct tx_ring) * sc->num_queues);
1127 struct netmap_kring *kring = na->tx_rings[txr->me];
2370 sc->tx_rings = kmem_zalloc(sizeof(struct tx_ring) * sc->num_queues,
2388 txr = &sc->tx_rings[i];
2479 que->txr = &sc->tx_rings[i]
    [all...]
ixgbe_netmap.c 211 struct tx_ring *txr = &sc->tx_rings[kring->ring_id];
ixgbe.h 566 struct tx_ring *tx_rings; member in struct:ixgbe_softc
ixv.c 607 struct tx_ring *txr = sc->tx_rings;
652 txr = sc->tx_rings;
1557 struct tx_ring *txr = sc->tx_rings;
1724 struct tx_ring *txr = sc->tx_rings;
2625 struct tx_ring *txr = sc->tx_rings;
2814 struct tx_ring *txr = sc->tx_rings;
3366 struct tx_ring *txr = sc->tx_rings;
ixgbe.c 670 struct tx_ring *txr = sc->tx_rings;
1812 struct tx_ring *txr = sc->tx_rings;
2141 struct tx_ring *txr = sc->tx_rings;
2178 txr = sc->tx_rings;
3649 struct tx_ring *txr = sc->tx_rings;
3702 struct tx_ring *txr = sc->tx_rings;
3794 txr = sc->tx_rings;
4143 txr = &sc->tx_rings[i];
4400 struct tx_ring *txr = &sc->tx_rings[i];
5300 struct tx_ring *txr = sc->tx_rings;
    [all...]
if_sriov.c 91 sc->tx_rings[i].me = index;
  /src/sys/dev/pci/igc/
if_igc.h 367 struct tx_ring *tx_rings; member in struct:igc_softc
if_igc.c 648 sc->tx_rings =
657 struct tx_ring *txr = &sc->tx_rings[iq];
715 q->txr = &sc->tx_rings[iq];
724 for (struct tx_ring *txr = sc->tx_rings; txconf > 0; txr++, txconf--)
729 kmem_free(sc->tx_rings, sc->sc_nqueues * sizeof(struct tx_ring));
730 sc->tx_rings = NULL;
775 struct tx_ring *txr = &sc->tx_rings[iq];
781 kmem_free(sc->tx_rings, sc->sc_nqueues * sizeof(struct tx_ring));
1635 struct tx_ring *txr = &sc->tx_rings[0]; /* queue 0 */
1654 struct tx_ring *txr = &sc->tx_rings[qid]
    [all...]

Completed in 39 milliseconds