nfe_rx_ring
static int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
static int nfe_init_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
static void nfe_free_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
nfe_init_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
nfe_free_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
struct nfe_rx_ring *rx_ring;
struct nfe_rx_ring rxq;