Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_iwn.c161 static int iwn_alloc_tx_ring(struct iwn_softc *, struct iwn_tx_ring *,
500 if ((error = iwn_alloc_tx_ring(sc, &sc->txq[i], i)) != 0) { in iwn_attach()
1358 iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid) in iwn_alloc_tx_ring() function