Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/
Dtarget_core_pscsi.c291 pdv->pdv_sd = sd; in pscsi_add_device_to_list()
524 pdv->pdv_sd = NULL; in pscsi_configure_device()
561 struct scsi_device *sd = pdv->pdv_sd; in pscsi_destroy_device()
587 pdv->pdv_sd = NULL; in pscsi_destroy_device()
595 struct scsi_device *sd = pdv->pdv_sd; in pscsi_complete_cmd()
797 struct scsi_device *sd = pdv->pdv_sd; in pscsi_show_configfs_dev_params()
903 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
983 req = blk_get_request(pdv->pdv_sd->request_queue, in pscsi_execute_cmd()
1002 if (pdv->pdv_sd->type == TYPE_DISK || in pscsi_execute_cmd()
1003 pdv->pdv_sd->type == TYPE_ZBC) in pscsi_execute_cmd()
[all …]
Dtarget_core_pscsi.h45 struct scsi_device *pdv_sd; member