Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_nfe.c105 int nfe_alloc_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
357 if (nfe_alloc_tx_ring(sc, &sc->txq) != 0) { in nfe_attach()
1742 nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) in nfe_alloc_tx_ring() function