Home
last modified time | relevance | path

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

/freebsd/sys/dev/nfe/
H A Dif_nfe.c114 static int nfe_alloc_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
574 if ((error = nfe_alloc_tx_ring(sc, &sc->txq)) != 0) in nfe_attach()
1449 nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) in nfe_alloc_tx_ring() function