Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/host/
H A Dnvmf_var.h31 struct nvmf_softc { struct
32 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 …]