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

  /src/sys/dev/ic/
nvmevar.h 39 struct nvme_softc;
77 struct nvme_softc *q_sc;
109 void (*op_enable)(struct nvme_softc *);
111 int (*op_q_alloc)(struct nvme_softc *,
113 void (*op_q_free)(struct nvme_softc *,
116 uint32_t (*op_sq_enter)(struct nvme_softc *,
118 void (*op_sq_leave)(struct nvme_softc *,
120 uint32_t (*op_sq_enter_locked)(struct nvme_softc *,
122 void (*op_sq_leave_locked)(struct nvme_softc *,
125 void (*op_cq_done)(struct nvme_softc *,
129 struct nvme_softc { struct
    [all...]

Completed in 11 milliseconds