Searched defs:nvme_softc (Results 1 – 1 of 1) sorted by relevance
129 struct nvme_softc { struct139 int (*sc_intr_establish)(struct nvme_softc *, argument141 int (*sc_intr_disestablish)(struct nvme_softc *, argument143 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 …]