Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c198 struct storvsc_softc { struct
199 struct vmbus_channel *hs_chan;
201 struct mtx hs_lock;
202 struct storvsc_driver_props *hs_drv_props;
203 int hs_unit;
204 uint32_t hs_frozen;
205 struct cam_sim *hs_sim;
206 struct cam_path *hs_path;
207 uint32_t hs_num_out_reqs;
208 boolean_t hs_destroy;
[all …]