skge_ring
struct skge_ring *ring = &skge->rx_ring;
static inline int skge_avail(const struct skge_ring *ring)
struct skge_ring *ring = &skge->tx_ring;
struct skge_ring *ring = &skge->rx_ring;
static int skge_ring_alloc(struct skge_ring *ring, void *vaddr, u32 base)
struct skge_ring *ring = &skge->rx_ring;
struct skge_ring tx_ring;
struct skge_ring rx_ring ____cacheline_aligned_in_smp;