Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/wpi/
Dif_wpi.c166 static int wpi_dma_contig_alloc(struct wpi_softc *, struct wpi_dma_info *,
817 wpi_dma_contig_alloc(struct wpi_softc *sc, struct wpi_dma_info *dma, in wpi_dma_contig_alloc() function
923 error = wpi_dma_contig_alloc(sc, &sc->shared_dma, in wpi_alloc_shared()
950 error = wpi_dma_contig_alloc(sc, &ring->desc_dma, in wpi_alloc_rx_ring()
1079 error = wpi_dma_contig_alloc(sc, &ring->desc_dma, in wpi_alloc_tx_ring()
1091 error = wpi_dma_contig_alloc(sc, &ring->cmd_dma, (void **)&ring->cmd, in wpi_alloc_tx_ring()
3627 return wpi_dma_contig_alloc(sc, &sc->fw_dma, NULL, in wpi_alloc_fwmem()