Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwi/
H A Dif_iwi.c154 static int iwi_alloc_rx_ring(struct iwi_softc *, struct iwi_rx_ring *,
348 if (iwi_alloc_rx_ring(sc, &sc->rxq, IWI_RX_RING_COUNT) != 0) { in iwi_attach()
737 iwi_alloc_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring, int count) in iwi_alloc_rx_ring() function