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

  /src/sys/dev/pci/igc/
if_igc.h 368 struct rx_ring *rx_rings; member in struct:igc_softc
if_igc.c 654 sc->rx_rings =
684 struct rx_ring *rxr = &sc->rx_rings[iq];
718 q->rxr = &sc->rx_rings[iq];
724 for (struct rx_ring *rxr = sc->rx_rings; rxconf > 0; rxr++, rxconf--)
729 kmem_free(sc->rx_rings, sc->sc_nqueues * sizeof(struct rx_ring));
730 sc->rx_rings = NULL;
770 struct rx_ring *rxr = &sc->rx_rings[iq];
782 kmem_free(sc->rx_rings, sc->sc_nqueues * sizeof(struct rx_ring));
1563 struct rx_ring *rxr = &sc->rx_rings[iq];
1920 struct rx_ring *rxr = &sc->rx_rings[iq]
    [all...]
  /src/sys/dev/pci/ixgbe/
ix_txrx.c 1538 int sj = netmap_idx_n2k(na->rx_rings[rxr->me], i);
1642 struct rx_ring *rxr = sc->rx_rings;
1658 rxr = &sc->rx_rings[i];
1674 struct rx_ring *rxr = sc->rx_rings;
1689 kmem_free(sc->rx_rings, sizeof(struct rx_ring) * sc->num_queues);
2374 sc->rx_rings = kmem_zalloc(sizeof(struct rx_ring) * sc->num_queues,
2438 rxr = &sc->rx_rings[i];
2480 que->rxr = &sc->rx_rings[i];
2489 for (rxr = sc->rx_rings; rxconf > 0; rxr++, rxconf--)
2494 kmem_free(sc->rx_rings, sizeof(struct rx_ring) * sc->num_queues)
    [all...]
ixgbe_netmap.c 395 struct rx_ring *rxr = &sc->rx_rings[kring->ring_id];
ixgbe.h 574 struct rx_ring *rx_rings; member in struct:ixgbe_softc
ixv.c 608 struct rx_ring *rxr = sc->rx_rings;
1872 struct rx_ring *rxr = sc->rx_rings;
1971 struct netmap_kring *kring = na->rx_rings[i];
2128 rxr = &sc->rx_rings[i];
2626 struct rx_ring *rxr = sc->rx_rings;
2815 struct rx_ring *rxr = sc->rx_rings;
ixgbe.c 543 struct rx_ring *rxr = sc->rx_rings;
1813 struct rx_ring *rxr = sc->rx_rings;
2142 struct rx_ring *rxr = sc->rx_rings;
2522 rxr = &sc->rx_rings[i];
3701 struct rx_ring *rxr = sc->rx_rings;
4161 rxr = &sc->rx_rings[i];
4203 struct netmap_kring *kring = na->rx_rings[i];
4399 struct rx_ring *rxr = &sc->rx_rings[i];
5493 rxr = &sc->rx_rings[i];
5518 rxr = &sc->rx_rings[i]
    [all...]
if_sriov.c 90 sc->rx_rings[i].me = index;

Completed in 48 milliseconds