Lines Matching refs:storvsc_device

438 struct storvsc_device {  struct
588 static inline struct storvsc_device *get_out_stor_device( in get_out_stor_device()
591 struct storvsc_device *stor_device; in get_out_stor_device()
602 static inline void storvsc_wait_to_drain(struct storvsc_device *dev) in storvsc_wait_to_drain()
610 static inline struct storvsc_device *get_in_stor_device( in get_in_stor_device()
613 struct storvsc_device *stor_device; in get_in_stor_device()
637 struct storvsc_device *stor_device; in storvsc_change_target_cpu()
696 struct storvsc_device *stor_device; in handle_sc_creation()
729 struct storvsc_device *stor_device; in handle_multichannel_storage()
800 static void cache_wwn(struct storvsc_device *stor_device, in cache_wwn()
857 struct storvsc_device *stor_device; in storvsc_channel_init()
1073 struct storvsc_device *stor_dev) in storvsc_command_completion()
1126 static void storvsc_on_io_completion(struct storvsc_device *stor_device, in storvsc_on_io_completion()
1201 static void storvsc_on_receive(struct storvsc_device *stor_device, in storvsc_on_receive()
1235 struct storvsc_device *stor_device; in storvsc_on_channel_callback()
1289 struct storvsc_device *stor_device; in storvsc_dev_remove()
1323 static struct vmbus_channel *get_og_chn(struct storvsc_device *stor_device, in get_og_chn()
1378 struct storvsc_device *stor_device; in storvsc_do_io()
1574 struct storvsc_device *stor_device; in storvsc_host_reset_handler()
1889 struct storvsc_device *stor_device; in storvsc_probe()
1936 stor_device = kzalloc(sizeof(struct storvsc_device), GFP_KERNEL); in storvsc_probe()
2073 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
2093 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); in storvsc_suspend()