Lines Matching refs:tx_ring

110 static void          ixgbe_setup_transmit_ring(struct tx_ring *);
111 static void ixgbe_free_transmit_buffers(struct tx_ring *);
117 static void ixgbe_drain(struct ifnet *, struct tx_ring *);
118 static int ixgbe_xmit(struct tx_ring *, struct mbuf *);
119 static int ixgbe_tx_ctx_setup(struct tx_ring *,
121 static int ixgbe_tso_setup(struct tx_ring *,
143 ixgbe_legacy_start_locked(struct ifnet *ifp, struct tx_ring *txr) in ixgbe_legacy_start_locked()
198 struct tx_ring *txr = sc->tx_rings; in ixgbe_legacy_start()
216 struct tx_ring *txr; in ixgbe_mq_start()
301 ixgbe_mq_start_locked(struct ifnet *ifp, struct tx_ring *txr) in ixgbe_mq_start_locked()
358 struct tx_ring *txr = arg; in ixgbe_deferred_mq_start()
376 struct tx_ring *txr = container_of(wk, struct tx_ring, wq_cookie); in ixgbe_deferred_mq_start_work()
395 struct tx_ring *txr = que->txr; in ixgbe_drain_all()
412 ixgbe_xmit(struct tx_ring *txr, struct mbuf *m_head) in ixgbe_xmit()
580 ixgbe_drain(struct ifnet *ifp, struct tx_ring *txr) in ixgbe_drain()
608 ixgbe_allocate_transmit_buffers(struct tx_ring *txr) in ixgbe_allocate_transmit_buffers()
661 ixgbe_setup_transmit_ring(struct tx_ring *txr) in ixgbe_setup_transmit_ring()
743 struct tx_ring *txr = sc->tx_rings; in ixgbe_setup_transmit_structures()
757 struct tx_ring *txr = sc->tx_rings; in ixgbe_free_transmit_structures()
764 kmem_free(sc->tx_rings, sizeof(struct tx_ring) * sc->num_queues); in ixgbe_free_transmit_structures()
773 ixgbe_free_transmit_buffers(struct tx_ring *txr) in ixgbe_free_transmit_buffers()
828 ixgbe_tx_ctx_setup(struct tx_ring *txr, struct mbuf *mp, in ixgbe_tx_ctx_setup()
992 ixgbe_tso_setup(struct tx_ring *txr, struct mbuf *mp, u32 *cmd_type_len, in ixgbe_tso_setup()
1111 ixgbe_txeof(struct tx_ring *txr) in ixgbe_txeof()
2360 struct tx_ring *txr; in ixgbe_allocate_queues()
2370 sc->tx_rings = kmem_zalloc(sizeof(struct tx_ring) * sc->num_queues, in ixgbe_allocate_queues()
2495 kmem_free(sc->tx_rings, sizeof(struct tx_ring) * sc->num_queues); in ixgbe_allocate_queues()