Searched defs:nvmf_softc (Results 1 – 1 of 1) sorted by relevance
31 struct nvmf_softc { struct32 device_t dev;34 struct nvmf_host_qpair *admin;35 struct nvmf_host_qpair **io;36 u_int num_io_queues;37 enum nvmf_trtype trtype;39 struct cam_sim *sim;40 struct cam_path *path;41 struct mtx sim_mtx;42 bool sim_disconnected;[all …]