Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c161 static int iwn_alloc_tx_ring(struct iwn_softc *, struct iwn_tx_ring *,
931 if ((error = iwn_alloc_tx_ring(sc, &sc->txq[i], i)) != 0) { in iwn_attach()
1977 iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid) in iwn_alloc_tx_ring() function