Searched defs:storvsc_softc (Results 1 – 1 of 1) sorted by relevance
198 struct storvsc_softc { struct199 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 …]