Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/target/
Dtarget_core_pscsi.c293 pdv->pdv_sd = sd; in pscsi_add_device_to_list()
526 pdv->pdv_sd = NULL; in pscsi_configure_device()
563 struct scsi_device *sd = pdv->pdv_sd; in pscsi_destroy_device()
589 pdv->pdv_sd = NULL; in pscsi_destroy_device()
597 struct scsi_device *sd = pdv->pdv_sd; in pscsi_complete_cmd()
798 struct scsi_device *sd = pdv->pdv_sd; in pscsi_show_configfs_dev_params()
905 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
977 req = blk_get_request(pdv->pdv_sd->request_queue, in pscsi_execute_cmd()
996 if (pdv->pdv_sd->type == TYPE_DISK || in pscsi_execute_cmd()
997 pdv->pdv_sd->type == TYPE_ZBC) in pscsi_execute_cmd()
[all …]
Dtarget_core_pscsi.h45 struct scsi_device *pdv_sd; member