Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/
Dtarget_core_pscsi.c290 pdv->pdv_sd = sd; in pscsi_add_device_to_list()
523 pdv->pdv_sd = NULL; in pscsi_configure_device()
560 struct scsi_device *sd = pdv->pdv_sd; in pscsi_destroy_device()
586 pdv->pdv_sd = NULL; in pscsi_destroy_device()
594 struct scsi_device *sd = pdv->pdv_sd; in pscsi_complete_cmd()
794 struct scsi_device *sd = pdv->pdv_sd; in pscsi_show_configfs_dev_params()
881 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
943 req = scsi_alloc_request(pdv->pdv_sd->request_queue, in pscsi_execute_cmd()
966 if (pdv->pdv_sd->type == TYPE_DISK || in pscsi_execute_cmd()
967 pdv->pdv_sd->type == TYPE_ZBC) in pscsi_execute_cmd()
[all …]
Dtarget_core_pscsi.h41 struct scsi_device *pdv_sd; member