Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:tx_rings

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];
2492 for (txr = sc->tx_rings; txconf > 0; txr++, txconf--)
2495 kmem_free(sc->tx_rings, sizeof(struct tx_ring) * sc->num_queues);