nfe_rx_ring
int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
void nfe_reset_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
void nfe_free_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
nfe_reset_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 *ring = &sc->rxq;
struct nfe_rx_ring *ring = &sc->rxq;
struct nfe_rx_ring rxq;