Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_pscsi.c306 pdv->pdv_sd = sd; in pscsi_add_device_to_list()
539 pdv->pdv_sd = NULL; in pscsi_configure_device()
576 struct scsi_device *sd = pdv->pdv_sd; in pscsi_destroy_device()
602 pdv->pdv_sd = NULL; in pscsi_destroy_device()
610 struct scsi_device *sd = pdv->pdv_sd; in pscsi_complete_cmd()
811 struct scsi_device *sd = pdv->pdv_sd; in pscsi_show_configfs_dev_params()
936 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
1008 req = blk_get_request(pdv->pdv_sd->request_queue, in pscsi_execute_cmd()
1027 if (pdv->pdv_sd->type == TYPE_DISK || in pscsi_execute_cmd()
1028 pdv->pdv_sd->type == TYPE_ZBC) in pscsi_execute_cmd()
[all …]
Dtarget_core_pscsi.h45 struct scsi_device *pdv_sd; member