nfe_rx_ring
struct nfe_rx_ring *ring = &sc->rxq;
static int nfe_jpool_alloc(struct nfe_softc *, struct nfe_rx_ring *);
static void nfe_jpool_free(struct nfe_softc *, struct nfe_rx_ring *);
static int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
static void nfe_reset_rx_ring(struct nfe_softc *, struct nfe_rx_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 *);
static void nfe_set_paddr_rxdesc(struct nfe_softc *, struct nfe_rx_ring *,
static void nfe_set_ready_rxdesc(struct nfe_softc *, struct nfe_rx_ring *,
static int nfe_newbuf_std(struct nfe_softc *, struct nfe_rx_ring *, int,
static int nfe_newbuf_jumbo(struct nfe_softc *, struct nfe_rx_ring *, int,
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_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 *ring = jbuf->ring;
struct nfe_rx_ring *ring = jbuf->ring;
nfe_jpool_alloc(struct nfe_softc *sc, struct nfe_rx_ring *ring)
nfe_jpool_free(struct nfe_softc *sc, struct nfe_rx_ring *ring)
nfe_newbuf_std(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx,
nfe_newbuf_jumbo(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx,
nfe_set_paddr_rxdesc(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx,
nfe_set_ready_rxdesc(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx)
struct nfe_rx_ring rxq;
struct nfe_rx_ring *ring;