Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dstorvsc_drv.c988 struct hv_host_device *host_dev = shost_priv(host); in storvsc_handle_error() local
1076 queue_work(host_dev->handle_error_wq, &wrk->work); in storvsc_handle_error()
1225 struct hv_host_device *host_dev; in storvsc_on_receive() local
1233 host_dev = shost_priv(stor_device->host); in storvsc_on_receive()
1235 host_dev->handle_error_wq, &host_dev->host_scan_work); in storvsc_on_receive()
1648 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_host_reset_handler() local
1649 struct hv_device *device = host_dev->dev; in storvsc_host_reset_handler()
1732 struct hv_host_device *host_dev = shost_priv(host); in storvsc_queuecommand() local
1733 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1798 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
[all …]
/linux/drivers/usb/cdns3/
H A Dcore.h109 struct platform_device *host_dev; member