Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c158 static int iwn_alloc_rx_ring(struct iwn_softc *, struct iwn_rx_ring *);
941 if ((error = iwn_alloc_rx_ring(sc, &sc->rxq)) != 0) { in iwn_attach()
1885 iwn_alloc_rx_ring(struct iwn_softc *sc, struct iwn_rx_ring *ring) in iwn_alloc_rx_ring() function