Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_wpi.c100 static int wpi_alloc_tx_ring(struct wpi_softc *, struct wpi_tx_ring *,
317 error = wpi_alloc_tx_ring(sc, &sc->txq[ac], WPI_TX_RING_COUNT, in wpi_attach()
326 error = wpi_alloc_tx_ring(sc, &sc->cmdq, WPI_CMD_RING_COUNT, 4); in wpi_attach()
781 wpi_alloc_tx_ring(struct wpi_softc *sc, struct wpi_tx_ring *ring, int count, in wpi_alloc_tx_ring() function