Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wpi/
HDif_wpi.c151 static int wpi_dma_contig_alloc(struct wpi_softc *, struct wpi_dma_info *,
923 wpi_dma_contig_alloc(struct wpi_softc *sc, struct wpi_dma_info *dma, in wpi_dma_contig_alloc() function
987 return wpi_dma_contig_alloc(sc, &sc->shared_dma, in wpi_alloc_shared()
1004 return wpi_dma_contig_alloc(sc, &sc->fw_dma, NULL, in wpi_alloc_fwmem()
1028 error = wpi_dma_contig_alloc(sc, &ring->desc_dma, in wpi_alloc_rx_ring()
1203 error = wpi_dma_contig_alloc(sc, &ring->desc_dma, (void **)&ring->desc, in wpi_alloc_tx_ring()
1218 error = wpi_dma_contig_alloc(sc, &ring->cmd_dma, (void **)&ring->cmd, in wpi_alloc_tx_ring()