Searched refs:nfe_rx_ring (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/nfe/
H A Dif_nfevar.h45 struct nfe_rx_ring { struct
155 struct nfe_rx_ring rxq;
H A Dif_nfe.c110 static int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
112 static int nfe_init_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
114 static void nfe_free_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
1101 nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
1319 nfe_init_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
1375 nfe_free_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
2893 struct nfe_rx_ring *rx_ring;

Completed in 105 milliseconds