Searched refs:xgbe_ring (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-desc.c | 14 struct xgbe_ring *ring) in xgbe_free_ring() 107 struct xgbe_ring *ring, unsigned int rdesc_count) in xgbe_init_ring() 248 struct xgbe_ring *ring, in xgbe_map_rx_buffer() 286 struct xgbe_ring *ring; in xgbe_wrapper_tx_descriptor_init() 327 struct xgbe_ring *ring; in xgbe_wrapper_rx_descriptor_init() 422 struct xgbe_ring *ring = channel->tx_ring; in xgbe_map_tx_skb()
|
H A D | xgbe.h | 365 struct xgbe_ring { struct 436 struct xgbe_ring *tx_ring; 437 struct xgbe_ring *rx_ring; 729 void (*tx_start_xmit)(struct xgbe_channel *, struct xgbe_ring *); 893 int (*map_rx_buffer)(struct xgbe_prv_data *, struct xgbe_ring *, 1271 void xgbe_dump_tx_desc(struct xgbe_prv_data *, struct xgbe_ring *, 1273 void xgbe_dump_rx_desc(struct xgbe_prv_data *, struct xgbe_ring *, 373 rdescxgbe_ring global() argument 380 rdataxgbe_ring global() argument 383 rx_hdr_paxgbe_ring global() argument 384 rx_buf_paxgbe_ring global() argument 385 nodexgbe_ring global() argument 393 curxgbe_ring global() argument 394 dirtyxgbe_ring global() argument 397 coalesce_countxgbe_ring global() argument 399 __anonbcf55b82020axgbe_ring global() argument
|
H A D | xgbe-drv.c | 84 struct xgbe_ring *ring; in xgbe_alloc_channels() 154 static inline unsigned int xgbe_tx_avail_desc(struct xgbe_ring *ring) in xgbe_tx_avail_desc() 159 static inline unsigned int xgbe_rx_dirty_desc(struct xgbe_ring *ring) in xgbe_rx_dirty_desc() 165 struct xgbe_ring *ring, unsigned int count) in xgbe_maybe_stop_tx_queue() 1023 struct xgbe_ring *ring; in xgbe_free_tx_data() 1046 struct xgbe_ring *ring; in xgbe_free_rx_data() 1462 struct xgbe_ring *ring, struct sk_buff *skb, in xgbe_packet_info() 1647 struct xgbe_ring *ring; in xgbe_xmit() 2034 struct xgbe_ring *ring = channel->rx_ring; in xgbe_rx_refresh() 2130 struct xgbe_ring *rin in xgbe_tx_poll() [all...] |
H A D | xgbe-dev.c | 1449 struct xgbe_ring *ring = channel->tx_ring; in xgbe_tx_desc_init() 1528 struct xgbe_ring *ring = channel->rx_ring; in xgbe_rx_desc_init() 1562 struct xgbe_ring *ring) in xgbe_tx_start_xmit() 1589 struct xgbe_ring *ring = channel->tx_ring; in xgbe_dev_xmit() 1827 struct xgbe_ring *ring = channel->rx_ring; in xgbe_dev_read()
|