Lines Matching refs:xgbe_ring
136 struct xgbe_ring *tx_ring, *rx_ring; in xgbe_alloc_channels()
146 tx_ring = kcalloc(pdata->tx_ring_count, sizeof(struct xgbe_ring), in xgbe_alloc_channels()
151 rx_ring = kcalloc(pdata->rx_ring_count, sizeof(struct xgbe_ring), in xgbe_alloc_channels()
223 static inline unsigned int xgbe_tx_avail_desc(struct xgbe_ring *ring) in xgbe_tx_avail_desc()
228 static inline unsigned int xgbe_rx_dirty_desc(struct xgbe_ring *ring) in xgbe_rx_dirty_desc()
234 struct xgbe_ring *ring, unsigned int count) in xgbe_maybe_stop_tx_queue()
740 struct xgbe_ring *ring; in xgbe_free_tx_data()
765 struct xgbe_ring *ring; in xgbe_free_rx_data()
1226 struct xgbe_ring *ring, struct sk_buff *skb, in xgbe_packet_info()
1397 struct xgbe_ring *ring; in xgbe_xmit()
1729 struct xgbe_ring *ring = channel->rx_ring; in xgbe_rx_refresh()
1807 struct xgbe_ring *ring = channel->tx_ring; in xgbe_tx_poll()
1877 struct xgbe_ring *ring = channel->rx_ring; in xgbe_rx_poll()
2119 void xgbe_dump_tx_desc(struct xgbe_prv_data *pdata, struct xgbe_ring *ring, in xgbe_dump_tx_desc()
2139 void xgbe_dump_rx_desc(struct xgbe_prv_data *pdata, struct xgbe_ring *ring, in xgbe_dump_rx_desc()