Home
last modified time | relevance | path

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

/freebsd/sys/dev/nfe/
H A Dif_nfe.c108 static int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
577 if ((error = nfe_alloc_rx_ring(sc, &sc->rxq)) != 0) in nfe_attach()
1080 nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring) in nfe_alloc_rx_ring() function