Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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->destroy && in get_in_stor_device()
626 (atomic_read(&stor_device->num_outstanding_req) == 0)) in get_in_stor_device()
[all …]