Lines Matching refs:tx_ring
87 void ngbe_free_transmit_buffers(struct tx_ring *);
89 int ngbe_allocate_transmit_buffers(struct tx_ring *);
91 int ngbe_setup_transmit_ring(struct tx_ring *);
137 int ngbe_encap(struct tx_ring *, struct mbuf *);
210 int ngbe_tx_ctx_setup(struct tx_ring *, struct mbuf *,
212 void ngbe_txeof(struct tx_ring *);
695 struct tx_ring *txr = ifq->ifq_softc; in ngbe_start()
889 struct tx_ring *txr = sc->tx_rings; in ngbe_watchdog()
1050 struct tx_ring *txr = &sc->tx_rings[i]; in ngbe_setup_interface()
1164 struct tx_ring *txr; in ngbe_allocate_queues()
1177 sc->tx_rings = mallocarray(sc->sc_nqueues, sizeof(struct tx_ring), in ngbe_allocate_queues()
1249 free(sc->tx_rings, M_DEVBUF, sc->sc_nqueues * sizeof(struct tx_ring)); in ngbe_allocate_queues()
1300 struct tx_ring *txr = sc->tx_rings; in ngbe_free_transmit_structures()
1308 ngbe_free_transmit_buffers(struct tx_ring *txr) in ngbe_free_transmit_buffers()
1379 ngbe_allocate_transmit_buffers(struct tx_ring *txr) in ngbe_allocate_transmit_buffers()
1446 ngbe_setup_transmit_ring(struct tx_ring *txr) in ngbe_setup_transmit_ring()
1489 struct tx_ring *txr = sc->tx_rings; in ngbe_setup_transmit_structures()
1707 struct tx_ring *txr; in ngbe_initialize_transmit_unit()
1793 struct tx_ring *txr = nq->txr; in ngbe_intr_queue()
2629 ngbe_encap(struct tx_ring *txr, struct mbuf *m) in ngbe_encap()
4414 ngbe_tx_ctx_setup(struct tx_ring *txr, struct mbuf *m, uint32_t *cmd_type_len, in ngbe_tx_ctx_setup()
4456 ngbe_txeof(struct tx_ring *txr) in ngbe_txeof()