Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_mcx.c2258 size_t mxm_size; member
2265 #define MCX_DMA_LEN(_mxm) ((_mxm)->mxm_size)
8248 mxm->mxm_size = size; in mcx_dmamem_alloc()
8250 if (bus_dmamap_create(sc->sc_dmat, mxm->mxm_size, 1, in mcx_dmamem_alloc()
8251 mxm->mxm_size, 0, in mcx_dmamem_alloc()
8255 if (bus_dmamem_alloc(sc->sc_dmat, mxm->mxm_size, in mcx_dmamem_alloc()
8260 mxm->mxm_size, &mxm->mxm_kva, in mcx_dmamem_alloc()
8264 mxm->mxm_size, NULL, BUS_DMA_WAITOK) != 0) in mcx_dmamem_alloc()
8271 bus_dmamem_unmap(sc->sc_dmat, mxm->mxm_kva, mxm->mxm_size); in mcx_dmamem_alloc()
8289 bus_dmamem_unmap(sc->sc_dmat, mxm->mxm_kva, mxm->mxm_size); in mcx_dmamem_free()