Home
last modified time | relevance | path

Searched refs:xgbe_ring (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h447 struct xgbe_ring { struct
518 struct xgbe_ring *tx_ring;
519 struct xgbe_ring *rx_ring;
780 void (*tx_start_xmit)(struct xgbe_channel *, struct xgbe_ring *);
948 int (*map_rx_buffer)(struct xgbe_prv_data *, struct xgbe_ring *,
1320 void xgbe_dump_tx_desc(struct xgbe_prv_data *, struct xgbe_ring *,
1322 void xgbe_dump_rx_desc(struct xgbe_prv_data *, struct xgbe_ring *,
H A Dxgbe-desc.c123 struct xgbe_ring *ring) in xgbe_free_ring()
216 struct xgbe_ring *ring, unsigned int rdesc_count) in xgbe_init_ring()
357 struct xgbe_ring *ring, in xgbe_map_rx_buffer()
390 struct xgbe_ring *ring; in xgbe_wrapper_tx_descriptor_init()
431 struct xgbe_ring *ring; in xgbe_wrapper_rx_descriptor_init()
526 struct xgbe_ring *ring = channel->tx_ring; in xgbe_map_tx_skb()
H A Dxgbe-drv.c193 struct xgbe_ring *ring; in xgbe_alloc_channels()
263 static inline unsigned int xgbe_tx_avail_desc(struct xgbe_ring *ring) in xgbe_tx_avail_desc()
268 static inline unsigned int xgbe_rx_dirty_desc(struct xgbe_ring *ring) in xgbe_rx_dirty_desc()
274 struct xgbe_ring *ring, unsigned int count) in xgbe_maybe_stop_tx_queue()
1113 struct xgbe_ring *ring; in xgbe_free_tx_data()
1136 struct xgbe_ring *ring; in xgbe_free_rx_data()
1750 struct xgbe_ring *ring, struct sk_buff *skb, in xgbe_packet_info()
1934 struct xgbe_ring *ring; in xgbe_xmit()
2316 struct xgbe_ring *ring = channel->rx_ring; in xgbe_rx_refresh()
2412 struct xgbe_ring *ring = channel->tx_ring; in xgbe_tx_poll()
[all …]
H A Dxgbe-dev.c1410 struct xgbe_ring *ring = channel->tx_ring; in xgbe_tx_desc_init()
1489 struct xgbe_ring *ring = channel->rx_ring; in xgbe_rx_desc_init()
1642 struct xgbe_ring *ring) in xgbe_tx_start_xmit()
1669 struct xgbe_ring *ring = channel->tx_ring; in xgbe_dev_xmit()
1907 struct xgbe_ring *ring = channel->rx_ring; in xgbe_dev_read()