Lines Matching refs:tx_ring

79 static void     ixv_start_locked(struct tx_ring *, struct ifnet *);
83 struct tx_ring *, struct mbuf *);
102 static int ixv_allocate_transmit_buffers(struct tx_ring *);
104 static void ixv_setup_transmit_ring(struct tx_ring *);
107 static void ixv_free_transmit_buffers(struct tx_ring *);
118 static bool ixv_txeof(struct tx_ring *);
124 static int ixv_xmit(struct tx_ring *, struct mbuf **);
133 static bool ixv_tx_ctx_setup(struct tx_ring *, struct mbuf *);
134 static bool ixv_tso_setup(struct tx_ring *, struct mbuf *, u32 *);
512 ixv_start_locked(struct tx_ring *txr, struct ifnet * ifp)
558 struct tx_ring *txr = adapter->tx_rings;
579 struct tx_ring *txr;
601 ixv_mq_start_locked(struct ifnet *ifp, struct tx_ring *txr, struct mbuf *m)
666 struct tx_ring *txr = adapter->tx_rings;
972 struct tx_ring *txr = que->txr;
1009 struct tx_ring *txr = que->txr;
1194 ixv_xmit(struct tx_ring *txr, struct mbuf **m_headp)
1428 struct tx_ring *txr = adapter->tx_rings;
1485 struct tx_ring *txr = adapter->tx_rings;
1985 struct tx_ring *txr;
2001 (struct tx_ring *) malloc(sizeof(struct tx_ring) *
2138 ixv_allocate_transmit_buffers(struct tx_ring *txr)
2196 ixv_setup_transmit_ring(struct tx_ring *txr)
2240 struct tx_ring *txr = adapter->tx_rings;
2256 struct tx_ring *txr = adapter->tx_rings;
2305 struct tx_ring *txr = adapter->tx_rings;
2323 ixv_free_transmit_buffers(struct tx_ring *txr)
2378 ixv_tx_ctx_setup(struct tx_ring *txr, struct mbuf *mp)
2501 ixv_tso_setup(struct tx_ring *txr, struct mbuf *mp, u32 *paylen)
2590 ixv_txeof(struct tx_ring *txr)
3891 struct tx_ring *txr;