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

  /src/sys/dev/ic/
nvmevar.h 28 struct nvme_dmamem { struct
80 struct nvme_dmamem *q_sq_dmamem;
81 struct nvme_dmamem *q_cq_dmamem;
82 struct nvme_dmamem *q_nvmmu_dmamem; /* for apple m1 nvme */
98 struct nvme_dmamem *q_ccb_prpls;
227 struct nvme_dmamem *
229 void nvme_dmamem_free(struct nvme_softc *, struct nvme_dmamem *);
230 void nvme_dmamem_sync(struct nvme_softc *, struct nvme_dmamem *, int);
nvmevar.h 28 struct nvme_dmamem { struct
80 struct nvme_dmamem *q_sq_dmamem;
81 struct nvme_dmamem *q_cq_dmamem;
82 struct nvme_dmamem *q_nvmmu_dmamem; /* for apple m1 nvme */
98 struct nvme_dmamem *q_ccb_prpls;
227 struct nvme_dmamem *
229 void nvme_dmamem_free(struct nvme_softc *, struct nvme_dmamem *);
230 void nvme_dmamem_sync(struct nvme_softc *, struct nvme_dmamem *, int);

Completed in 23 milliseconds