HomeSort by: relevance | last modified time | path
    Searched refs:nvme_dmamem_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
nvmevar.h 228 nvme_dmamem_alloc(struct nvme_softc *, size_t);
nvme.c 718 mem = nvme_dmamem_alloc(sc, sizeof(*identify));
1587 mem = nvme_dmamem_alloc(sc, sizeof(*identify));
1799 q->q_ccb_prpls = nvme_dmamem_alloc(sc,
1943 q->q_sq_dmamem = nvme_dmamem_alloc(sc,
1948 q->q_cq_dmamem = nvme_dmamem_alloc(sc,
2099 nvme_dmamem_alloc(struct nvme_softc *sc, size_t size) function in typeref:struct:nvme_dmamem *
  /src/sys/arch/arm/apple/
apple_nvme.c 173 q->q_nvmmu_dmamem = nvme_dmamem_alloc(sc, ANS_NVMMU_TCB_SIZE);

Completed in 15 milliseconds