Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpi.c152 static int wpi_alloc_rx_ring(struct wpi_softc *);
439 if ((error = wpi_alloc_rx_ring(sc)) != 0) { in wpi_attach()
990 wpi_alloc_rx_ring(struct wpi_softc *sc) in wpi_alloc_rx_ring() function