Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_scsi.c1586 struct fcp_resp_with_ext *fcp_resp; in csio_scsi_err_handler() local
1606 fcp_resp = (struct fcp_resp_with_ext *)dma_buf->vaddr; in csio_scsi_err_handler()
1607 rsp_info = (struct fcp_resp_rsp_info *)(fcp_resp + 1); in csio_scsi_err_handler()
1608 flags = fcp_resp->resp.fr_flags; in csio_scsi_err_handler()
1609 scsi_status = fcp_resp->resp.fr_status; in csio_scsi_err_handler()
1612 rsp_len = be32_to_cpu(fcp_resp->ext.fr_rsp_len); in csio_scsi_err_handler()
1620 if ((flags & FCP_SNS_LEN_VAL) && fcp_resp->ext.fr_sns_len) { in csio_scsi_err_handler()
1621 sns_len = be32_to_cpu(fcp_resp->ext.fr_sns_len); in csio_scsi_err_handler()
1635 be32_to_cpu(fcp_resp->ext.fr_resid)); in csio_scsi_err_handler()
2046 struct fcp_resp_with_ext *fcp_resp; in csio_tm_cbfn() local
[all …]
/drivers/scsi/libfc/
Dfc_fcp.c823 struct fcp_resp *fc_rp; in fc_fcp_resp()
837 fc_rp = (struct fcp_resp *)(fh + 1); in fc_fcp_resp()