Lines Matching refs:storvsc_device
413 struct storvsc_device { struct
543 static inline struct storvsc_device *get_out_stor_device( in get_out_stor_device()
546 struct storvsc_device *stor_device; in get_out_stor_device()
557 static inline void storvsc_wait_to_drain(struct storvsc_device *dev) in storvsc_wait_to_drain()
565 static inline struct storvsc_device *get_in_stor_device( in get_in_stor_device()
568 struct storvsc_device *stor_device; in get_in_stor_device()
592 struct storvsc_device *stor_device; in handle_sc_creation()
614 struct storvsc_device *stor_device; in handle_multichannel_storage()
681 struct storvsc_device *stor_device; in storvsc_channel_init()
931 struct storvsc_device *stor_dev; in storvsc_command_completion()
969 struct storvsc_device *stor_device; in storvsc_on_io_completion()
1030 struct storvsc_device *stor_device; in storvsc_on_receive()
1058 struct storvsc_device *stor_device; in storvsc_on_channel_callback()
1128 struct storvsc_device *stor_device; in storvsc_dev_remove()
1166 struct storvsc_device *stor_device; in storvsc_do_io()
1295 struct storvsc_device *stor_device; in storvsc_host_reset_handler()
1547 struct storvsc_device *stor_device; in storvsc_probe()
1589 stor_device = kzalloc(sizeof(struct storvsc_device), GFP_KERNEL); in storvsc_probe()
1676 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()