Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwn.c131 int iwn_alloc_rx_ring(struct iwn_softc *, struct iwn_rx_ring *);
450 if ((error = iwn_alloc_rx_ring(sc, &sc->rxq)) != 0) { in iwn_attach()
1171 iwn_alloc_rx_ring(struct iwn_softc *sc, struct iwn_rx_ring *ring) in iwn_alloc_rx_ring() function