xgbe_ring
struct xgbe_ring *tx_ring;
tx_ring = (struct xgbe_ring*)malloc(ntxqs *
sizeof(struct xgbe_ring), M_AXGBE, M_NOWAIT | M_ZERO);
struct xgbe_ring *rx_ring;
rx_ring = (struct xgbe_ring*)malloc(nrxqs *
sizeof(struct xgbe_ring), M_AXGBE, M_NOWAIT | M_ZERO);
struct xgbe_ring *tx_ring;
struct xgbe_ring *rx_ring;
struct xgbe_ring *ring;
struct xgbe_ring *ring;
struct xgbe_ring *ring = channel->tx_ring;
struct xgbe_ring *ring = channel->rx_ring;
struct xgbe_ring *ring = channel->rx_ring;
struct xgbe_ring *ring;
struct xgbe_ring *ring = channel->tx_ring;
struct xgbe_ring *ring = channel->tx_ring;
struct xgbe_ring *ring = channel->rx_ring;
struct xgbe_ring *ring = channel->rx_ring;
struct xgbe_ring *ring = channel->rx_ring;
struct xgbe_ring *ring = channel->rx_ring;
axgbe_ctx_desc_setup(struct xgbe_prv_data *pdata, struct xgbe_ring *ring,
struct xgbe_ring *tx_ring;
struct xgbe_ring *rx_ring;
int (*map_rx_buffer)(struct xgbe_prv_data *, struct xgbe_ring *,