Home
last modified time | relevance | path

Searched refs:stor_device (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/
H A Dstorvsc_drv.c555 struct storvsc_device *stor_device; in get_out_stor_device() local
557 stor_device = hv_get_drvdata(device); in get_out_stor_device()
559 if (stor_device && stor_device->destroy) in get_out_stor_device()
560 stor_device = NULL; in get_out_stor_device()
562 return stor_device; in get_out_stor_device()
577 struct storvsc_device *stor_device; in get_in_stor_device() local
579 stor_device = hv_get_drvdata(device); in get_in_stor_device()
581 if (!stor_device) in get_in_stor_device()
589 if (stor_device in get_in_stor_device()
601 struct storvsc_device *stor_device; storvsc_change_target_cpu() local
677 struct storvsc_device *stor_device; handle_sc_creation() local
713 struct storvsc_device *stor_device; handle_multichannel_storage() local
783 cache_wwn(struct storvsc_device *stor_device, struct vstor_packet *vstor_packet) cache_wwn() argument
807 struct storvsc_device *stor_device; storvsc_execute_vstor_op() local
844 struct storvsc_device *stor_device; storvsc_channel_init() local
1127 storvsc_on_io_completion(struct storvsc_device *stor_device, struct vstor_packet *vstor_packet, struct storvsc_cmd_request *request) storvsc_on_io_completion() argument
1200 storvsc_on_receive(struct storvsc_device *stor_device, struct vstor_packet *vstor_packet, struct storvsc_cmd_request *request) storvsc_on_receive() argument
1234 struct storvsc_device *stor_device; storvsc_on_channel_callback() local
1349 struct storvsc_device *stor_device; storvsc_dev_remove() local
1383 get_og_chn(struct storvsc_device *stor_device, u16 q_num) get_og_chn() argument
1438 struct storvsc_device *stor_device; storvsc_do_io() local
1633 struct storvsc_device *stor_device; storvsc_host_reset_handler() local
1932 struct storvsc_device *stor_device; storvsc_probe() local
2128 struct storvsc_device *stor_device = hv_get_drvdata(dev); storvsc_remove() local
2146 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); storvsc_suspend() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c591 struct storvsc_device *stor_device; in get_out_stor_device() local
593 stor_device = hv_get_drvdata(device); in get_out_stor_device()
595 if (stor_device && stor_device->destroy) in get_out_stor_device()
596 stor_device = NULL; in get_out_stor_device()
598 return stor_device; in get_out_stor_device()
613 struct storvsc_device *stor_device; in get_in_stor_device() local
615 stor_device = hv_get_drvdata(device); in get_in_stor_device()
617 if (!stor_device) in get_in_stor_device()
625 if (stor_device in get_in_stor_device()
637 struct storvsc_device *stor_device; storvsc_change_target_cpu() local
696 struct storvsc_device *stor_device; handle_sc_creation() local
729 struct storvsc_device *stor_device; handle_multichannel_storage() local
800 cache_wwn(struct storvsc_device *stor_device, struct vstor_packet *vstor_packet) cache_wwn() argument
857 struct storvsc_device *stor_device; storvsc_channel_init() local
1142 storvsc_on_io_completion(struct storvsc_device *stor_device, struct vstor_packet *vstor_packet, struct storvsc_cmd_request *request) storvsc_on_io_completion() argument
1217 storvsc_on_receive(struct storvsc_device *stor_device, struct vstor_packet *vstor_packet, struct storvsc_cmd_request *request) storvsc_on_receive() argument
1251 struct storvsc_device *stor_device; storvsc_on_channel_callback() local
1305 struct storvsc_device *stor_device; storvsc_dev_remove() local
1339 get_og_chn(struct storvsc_device *stor_device, u16 q_num) get_og_chn() argument
1394 struct storvsc_device *stor_device; storvsc_do_io() local
1592 struct storvsc_device *stor_device; storvsc_host_reset_handler() local
1903 struct storvsc_device *stor_device; storvsc_probe() local
2087 struct storvsc_device *stor_device = hv_get_drvdata(dev); storvsc_remove() local
2107 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); storvsc_suspend() local
[all...]

Completed in 4 milliseconds