Lines Matching refs:storvsc_device
363 struct storvsc_device { struct
512 static inline struct storvsc_device *get_out_stor_device( in get_out_stor_device()
515 struct storvsc_device *stor_device; in get_out_stor_device()
526 static inline void storvsc_wait_to_drain(struct storvsc_device *dev) in storvsc_wait_to_drain()
534 static inline struct storvsc_device *get_in_stor_device( in get_in_stor_device()
537 struct storvsc_device *stor_device; in get_in_stor_device()
796 struct storvsc_device *stor_device; in handle_sc_creation()
818 struct storvsc_device *stor_device; in handle_multichannel_storage()
885 struct storvsc_device *stor_device; in storvsc_channel_init()
1107 struct storvsc_device *stor_dev; in storvsc_command_completion()
1154 struct storvsc_device *stor_device; in storvsc_on_io_completion()
1215 struct storvsc_device *stor_device; in storvsc_on_receive()
1243 struct storvsc_device *stor_device; in storvsc_on_channel_callback()
1313 struct storvsc_device *stor_device; in storvsc_dev_remove()
1351 struct storvsc_device *stor_device; in storvsc_do_io()
1473 struct storvsc_device *stor_device; in storvsc_host_reset_handler()
1750 struct storvsc_device *stor_device; in storvsc_probe()
1804 stor_device = kzalloc(sizeof(struct storvsc_device), GFP_KERNEL); in storvsc_probe()
1891 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()