Searched refs:xgbe_ring (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c123 struct xgbe_ring *ring)
167 struct xgbe_ring *ring, unsigned int rdesc_count)
240 struct xgbe_ring *ring;
281 struct xgbe_ring *ring;
375 struct xgbe_ring *ring = channel->tx_ring;
509 struct xgbe_ring *ring = channel->rx_ring;
H A Dxgbe.h277 struct xgbe_ring { struct
339 struct xgbe_ring *tx_ring;
340 struct xgbe_ring *rx_ring;
715 void xgbe_dump_tx_desc(struct xgbe_ring *, unsigned int, unsigned int,
717 void xgbe_dump_rx_desc(struct xgbe_ring *, struct xgbe_ring_desc *,
H A Dxgbe-main.c139 struct xgbe_ring *tx_ring, *rx_ring;
152 sizeof(struct xgbe_ring), GFP_KERNEL);
157 sizeof(struct xgbe_ring), GFP_KERNEL);
H A Dxgbe-drv.c132 static inline unsigned int xgbe_tx_avail_desc(struct xgbe_ring *ring)
284 struct xgbe_ring *ring = channel->tx_ring;
479 struct xgbe_ring *ring;
504 struct xgbe_ring *ring;
1028 struct xgbe_ring *ring, struct sk_buff *skb,
1211 struct xgbe_ring *ring;
1524 struct xgbe_ring *ring = channel->rx_ring;
1541 struct xgbe_ring *ring = channel->tx_ring;
1593 struct xgbe_ring *ring = channel->rx_ring;
1806 void xgbe_dump_tx_desc(struct xgbe_ring *rin
[all...]
H A Dxgbe-dev.c887 struct xgbe_ring *ring = channel->tx_ring;
965 struct xgbe_ring *ring = channel->rx_ring;
1204 struct xgbe_ring *ring = channel->tx_ring;
1418 struct xgbe_ring *ring = channel->rx_ring;

Completed in 63 milliseconds