Searched refs:nvme_softc (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dnvmevar.h34 struct nvme_softc;
42 void (*ccb_done)(struct nvme_softc *sc,
73 void (*op_enable)(struct nvme_softc *);
75 int (*op_q_alloc)(struct nvme_softc *,
77 void (*op_q_free)(struct nvme_softc *,
80 uint32_t (*op_sq_enter)(struct nvme_softc *,
82 void (*op_sq_leave)(struct nvme_softc *,
84 uint32_t (*op_sq_enter_locked)(struct nvme_softc *,
86 void (*op_sq_leave_locked)(struct nvme_softc *,
89 void (*op_cq_done)(struct nvme_softc *,
93 struct nvme_softc { struct
[all...]
H A Dnvme.c53 int nvme_ready(struct nvme_softc *, u_int32_t);
54 int nvme_enable(struct nvme_softc *);
55 int nvme_disable(struct nvme_softc *);
56 int nvme_shutdown(struct nvme_softc *);
57 int nvme_resume(struct nvme_softc *);
59 void nvme_dumpregs(struct nvme_softc *);
60 int nvme_identify(struct nvme_softc *, u_int);
61 void nvme_fill_identify(struct nvme_softc *, struct nvme_ccb *, void *);
63 int nvme_ccbs_alloc(struct nvme_softc *, u_int);
64 void nvme_ccbs_free(struct nvme_softc *, u_in
[all...]
/openbsd-current/sys/arch/arm64/dev/
H A Daplns.c118 struct nvme_softc asc_nvme;
140 void nvme_ans_enable(struct nvme_softc *);
142 int nvme_ans_q_alloc(struct nvme_softc *,
144 void nvme_ans_q_free(struct nvme_softc *,
147 uint32_t nvme_ans_sq_enter(struct nvme_softc *,
149 void nvme_ans_sq_leave(struct nvme_softc *,
152 void nvme_ans_cq_done(struct nvme_softc *,
182 struct nvme_softc *sc = &asc->asc_nvme;
259 struct nvme_softc *sc = &asc->asc_nvme;
287 struct nvme_softc *s
[all...]
/openbsd-current/sys/dev/pci/
H A Dnvme_pci.c41 struct nvme_softc psc_nvme;
84 struct nvme_softc *sc = &psc->psc_nvme;

Completed in 104 milliseconds