Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpi.c157 static int wpi_alloc_tx_ring(struct wpi_softc *, struct wpi_tx_ring *,
430 if ((error = wpi_alloc_tx_ring(sc, &sc->txq[i], i)) != 0) { in wpi_attach()
1156 wpi_alloc_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring, uint8_t qid) in wpi_alloc_tx_ring() function