Symbol: nfe_rx_ring
sys/dev/netif/nfe/if_nfe.c
1064
struct nfe_rx_ring *ring = &sc->rxq;
sys/dev/netif/nfe/if_nfe.c
129
static int nfe_jpool_alloc(struct nfe_softc *, struct nfe_rx_ring *);
sys/dev/netif/nfe/if_nfe.c
130
static void nfe_jpool_free(struct nfe_softc *, struct nfe_rx_ring *);
sys/dev/netif/nfe/if_nfe.c
131
static int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
sys/dev/netif/nfe/if_nfe.c
132
static void nfe_reset_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
sys/dev/netif/nfe/if_nfe.c
133
static int nfe_init_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
sys/dev/netif/nfe/if_nfe.c
134
static void nfe_free_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
sys/dev/netif/nfe/if_nfe.c
147
static void nfe_set_paddr_rxdesc(struct nfe_softc *, struct nfe_rx_ring *,
sys/dev/netif/nfe/if_nfe.c
149
static void nfe_set_ready_rxdesc(struct nfe_softc *, struct nfe_rx_ring *,
sys/dev/netif/nfe/if_nfe.c
151
static int nfe_newbuf_std(struct nfe_softc *, struct nfe_rx_ring *, int,
sys/dev/netif/nfe/if_nfe.c
153
static int nfe_newbuf_jumbo(struct nfe_softc *, struct nfe_rx_ring *, int,
sys/dev/netif/nfe/if_nfe.c
1643
nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
sys/dev/netif/nfe/if_nfe.c
1734
nfe_reset_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
sys/dev/netif/nfe/if_nfe.c
1753
nfe_init_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
sys/dev/netif/nfe/if_nfe.c
1776
nfe_free_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
sys/dev/netif/nfe/if_nfe.c
1842
struct nfe_rx_ring *ring = jbuf->ring;
sys/dev/netif/nfe/if_nfe.c
1860
struct nfe_rx_ring *ring = jbuf->ring;
sys/dev/netif/nfe/if_nfe.c
1871
nfe_jpool_alloc(struct nfe_softc *sc, struct nfe_rx_ring *ring)
sys/dev/netif/nfe/if_nfe.c
1920
nfe_jpool_free(struct nfe_softc *sc, struct nfe_rx_ring *ring)
sys/dev/netif/nfe/if_nfe.c
2196
nfe_newbuf_std(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx,
sys/dev/netif/nfe/if_nfe.c
2247
nfe_newbuf_jumbo(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx,
sys/dev/netif/nfe/if_nfe.c
2290
nfe_set_paddr_rxdesc(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx,
sys/dev/netif/nfe/if_nfe.c
2306
nfe_set_ready_rxdesc(struct nfe_softc *sc, struct nfe_rx_ring *ring, int idx)
sys/dev/netif/nfe/if_nfevar.h
116
struct nfe_rx_ring rxq;
sys/dev/netif/nfe/if_nfevar.h
42
struct nfe_rx_ring *ring;