nfe_jrx_ring
static void nfe_alloc_jrx_ring(struct nfe_softc *, struct nfe_jrx_ring *);
static int nfe_init_jrx_ring(struct nfe_softc *, struct nfe_jrx_ring *);
static void nfe_free_jrx_ring(struct nfe_softc *, struct nfe_jrx_ring *);
nfe_alloc_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring)
nfe_init_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring)
nfe_free_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring)
struct nfe_jrx_ring *jrx_ring;
struct nfe_jrx_ring jrxq;