Searched refs:nfe_alloc_tx_ring (Results 1 – 1 of 1) sorted by relevance
114 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()1447 nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) in nfe_alloc_tx_ring() function