Home
last modified time | relevance | path

Searched refs:scpnt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_scsi.c59 static void zfcp_scsi_command_fail(struct scsi_cmnd *scpnt, int result) in zfcp_scsi_command_fail() argument
61 set_host_byte(scpnt, result); in zfcp_scsi_command_fail()
62 zfcp_dbf_scsi_fail_send(scpnt); in zfcp_scsi_command_fail()
63 scpnt->scsi_done(scpnt); in zfcp_scsi_command_fail()
67 int zfcp_scsi_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *scpnt) in zfcp_scsi_queuecommand() argument
69 struct zfcp_scsi_dev *zfcp_sdev = sdev_to_zfcp(scpnt->device); in zfcp_scsi_queuecommand()
70 struct fc_rport *rport = starget_to_rport(scsi_target(scpnt->device)); in zfcp_scsi_queuecommand()
74 scpnt->result = 0; in zfcp_scsi_queuecommand()
75 scpnt in zfcp_scsi_queuecommand()
166 zfcp_scsi_eh_abort_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_abort_handler() argument
336 zfcp_scsi_eh_device_reset_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_device_reset_handler() argument
343 zfcp_scsi_eh_target_reset_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_target_reset_handler() argument
374 zfcp_scsi_eh_host_reset_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_host_reset_handler() argument
[all...]
H A Dzfcp_fsf.c2443 struct scsi_cmnd *scpnt; in zfcp_fsf_fcp_cmnd_handler() local
2449 scpnt = req->data; in zfcp_fsf_fcp_cmnd_handler()
2450 if (unlikely(!scpnt)) { in zfcp_fsf_fcp_cmnd_handler()
2455 zfcp_fsf_fcp_handler_common(req, scpnt->device); in zfcp_fsf_fcp_cmnd_handler()
2458 set_host_byte(scpnt, DID_TRANSPORT_DISRUPTED); in zfcp_fsf_fcp_cmnd_handler()
2465 set_host_byte(scpnt, DID_ERROR); in zfcp_fsf_fcp_cmnd_handler()
2468 zfcp_scsi_dif_sense_error(scpnt, 0x1); in zfcp_fsf_fcp_cmnd_handler()
2471 zfcp_scsi_dif_sense_error(scpnt, 0x2); in zfcp_fsf_fcp_cmnd_handler()
2474 zfcp_scsi_dif_sense_error(scpnt, 0x3); in zfcp_fsf_fcp_cmnd_handler()
2479 zfcp_fc_eval_fcp_rsp(fcp_rsp, scpnt); in zfcp_fsf_fcp_cmnd_handler()
[all...]
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_scsi.c59 static void zfcp_scsi_command_fail(struct scsi_cmnd *scpnt, int result) in zfcp_scsi_command_fail() argument
61 set_host_byte(scpnt, result); in zfcp_scsi_command_fail()
62 zfcp_dbf_scsi_fail_send(scpnt); in zfcp_scsi_command_fail()
63 scsi_done(scpnt); in zfcp_scsi_command_fail()
67 int zfcp_scsi_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *scpnt) in zfcp_scsi_queuecommand() argument
69 struct zfcp_scsi_dev *zfcp_sdev = sdev_to_zfcp(scpnt->device); in zfcp_scsi_queuecommand()
70 struct fc_rport *rport = starget_to_rport(scsi_target(scpnt->device)); in zfcp_scsi_queuecommand()
74 scpnt->result = 0; in zfcp_scsi_queuecommand()
75 scpnt->host_scribble = NULL; in zfcp_scsi_queuecommand()
79 scpnt in zfcp_scsi_queuecommand()
166 zfcp_scsi_eh_abort_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_abort_handler() argument
336 zfcp_scsi_eh_device_reset_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_device_reset_handler() argument
343 zfcp_scsi_eh_target_reset_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_target_reset_handler() argument
374 zfcp_scsi_eh_host_reset_handler(struct scsi_cmnd *scpnt) zfcp_scsi_eh_host_reset_handler() argument
[all...]
H A Dzfcp_fsf.c2464 struct scsi_cmnd *scpnt; in zfcp_fsf_fcp_cmnd_handler() local
2470 scpnt = req->data; in zfcp_fsf_fcp_cmnd_handler()
2471 if (unlikely(!scpnt)) { in zfcp_fsf_fcp_cmnd_handler()
2476 zfcp_fsf_fcp_handler_common(req, scpnt->device); in zfcp_fsf_fcp_cmnd_handler()
2479 set_host_byte(scpnt, DID_TRANSPORT_DISRUPTED); in zfcp_fsf_fcp_cmnd_handler()
2486 set_host_byte(scpnt, DID_ERROR); in zfcp_fsf_fcp_cmnd_handler()
2489 zfcp_scsi_dif_sense_error(scpnt, 0x1); in zfcp_fsf_fcp_cmnd_handler()
2492 zfcp_scsi_dif_sense_error(scpnt, 0x2); in zfcp_fsf_fcp_cmnd_handler()
2495 zfcp_scsi_dif_sense_error(scpnt, 0x3); in zfcp_fsf_fcp_cmnd_handler()
2500 zfcp_fc_eval_fcp_rsp(fcp_rsp, scpnt); in zfcp_fsf_fcp_cmnd_handler()
[all...]

Completed in 7 milliseconds