Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dnvmevar.h228 nvme_dmamem_alloc(struct nvme_softc *, size_t);
H A Dnvme.c711 mem = nvme_dmamem_alloc(sc, sizeof(*identify)); in nvme_ns_identify()
1580 mem = nvme_dmamem_alloc(sc, sizeof(*identify)); in nvme_identify()
1792 q->q_ccb_prpls = nvme_dmamem_alloc(sc, in nvme_ccbs_alloc()
1936 q->q_sq_dmamem = nvme_dmamem_alloc(sc, in nvme_q_alloc()
1941 q->q_cq_dmamem = nvme_dmamem_alloc(sc, in nvme_q_alloc()
2088 nvme_dmamem_alloc(struct nvme_softc *sc, size_t size) in nvme_dmamem_alloc() function
/netbsd/sys/arch/arm/apple/
H A Dapple_nvme.c173 q->q_nvmmu_dmamem = nvme_dmamem_alloc(sc, ANS_NVMMU_TCB_SIZE); in nvme_ans_q_alloc()