Home
last modified time | relevance | path

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

/freebsd/sys/dev/nfe/
H A Dif_nfevar.h43 struct nfe_rx_ring { struct
153 struct nfe_rx_ring rxq;
H A Dif_nfe.c108 static int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
110 static int nfe_init_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
112 static void nfe_free_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
1082 nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring) in nfe_alloc_rx_ring()
1298 nfe_init_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring) in nfe_init_rx_ring()
1352 nfe_free_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring) in nfe_free_rx_ring()
2836 struct nfe_rx_ring *rx_ring; in nfe_stop()