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

  /src/sys/dev/ic/
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 *

Completed in 239 milliseconds