Lines Matching refs:tx_ring

185 static int	igb_mq_start_locked(struct ifnet *, struct tx_ring *);
190 static void igb_start_locked(struct tx_ring *, struct ifnet *ifp);
210 static int igb_allocate_transmit_buffers(struct tx_ring *);
212 static void igb_setup_transmit_ring(struct tx_ring *);
215 static void igb_free_transmit_buffers(struct tx_ring *);
228 static bool igb_txeof(struct tx_ring *);
236 static bool igb_tx_ctx_setup(struct tx_ring *, struct mbuf *);
237 static bool igb_tso_setup(struct tx_ring *, struct mbuf *, int,
249 static int igb_xmit(struct tx_ring *, struct mbuf **);
844 struct tx_ring *txr = adapter->tx_rings;
886 igb_start_locked(struct tx_ring *txr, struct ifnet *ifp)
941 struct tx_ring *txr = adapter->tx_rings;
963 struct tx_ring *txr;
987 igb_mq_start_locked(struct ifnet *ifp, struct tx_ring *txr)
1044 struct tx_ring *txr = arg;
1061 struct tx_ring *txr = adapter->tx_rings;
1388 struct tx_ring *txr = que->txr;
1440 struct tx_ring *txr = adapter->tx_rings;
1519 struct tx_ring *txr;
1576 struct tx_ring *txr = que->txr;
1811 igb_xmit(struct tx_ring *txr, struct mbuf **m_headp)
2216 struct tx_ring *txr = adapter->tx_rings;
2276 struct tx_ring *txr = adapter->tx_rings;
2379 struct tx_ring *txr = adapter->tx_rings;
3305 struct tx_ring *txr = NULL;
3321 (struct tx_ring *) malloc(sizeof(struct tx_ring) *
3451 igb_allocate_transmit_buffers(struct tx_ring *txr)
3508 igb_setup_transmit_ring(struct tx_ring *txr)
3566 struct tx_ring *txr = adapter->tx_rings;
3582 struct tx_ring *txr = adapter->tx_rings;
3640 struct tx_ring *txr = adapter->tx_rings;
3658 igb_free_transmit_buffers(struct tx_ring *txr)
3712 igb_tso_setup(struct tx_ring *txr, struct mbuf *mp, int ehdrlen,
3775 igb_tx_ctx_setup(struct tx_ring *txr, struct mbuf *mp)
3902 igb_txeof(struct tx_ring *txr)
5513 struct tx_ring *txr = adapter->tx_rings;