xge_desc_ring
struct xge_desc_ring *tx_ring;
struct xge_desc_ring *tx_ring;
struct xge_desc_ring *rx_ring;
struct xge_desc_ring *ring)
struct xge_desc_ring *ring = pdata->rx_ring;
static struct xge_desc_ring *xge_create_desc_ring(struct net_device *ndev)
struct xge_desc_ring *ring;
struct xge_desc_ring *ring;
struct xge_desc_ring *tx_ring;
struct xge_desc_ring *ring = pdata->rx_ring;
struct xge_desc_ring *tx_ring;
struct xge_desc_ring *rx_ring;
void xge_setup_desc(struct xge_desc_ring *ring)
struct xge_desc_ring *ring = pdata->tx_ring;
struct xge_desc_ring *ring = pdata->rx_ring;
void xge_setup_desc(struct xge_desc_ring *ring);