Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Dphyp_vscsi.c94 struct vscsi_softc { struct
95 device_t dev;
96 struct cam_devq *devq;
97 struct cam_sim *sim;
98 struct cam_path *path;
99 struct mtx io_lock;
101 cell_t unit;
102 int bus_initialized;
103 int bus_logged_in;
104 int max_transactions;
[all …]