Home
last modified time | relevance | path

Searched defs:nvme_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dnvmevar.h129 struct nvme_softc { struct
139 int (*sc_intr_establish)(struct nvme_softc *, argument
141 int (*sc_intr_disestablish)(struct nvme_softc *, argument
143 void **sc_ih; /* interrupt handlers */
144 void **sc_softih; /* softintr handlers */
146 u_int sc_rdy_to; /* RDY timeout */
147 size_t sc_mps; /* memory page size */
148 size_t sc_mdts; /* max data trasfer size */
149 u_int sc_max_sgl; /* max S/G segments */
150 u_int sc_dstrd;
[all …]