Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_scsi.h125 uint32_t fcpDl; /* Total transfer length */ member
Dlpfc_scsi.c981 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s3()
2684 fcp_cmnd->fcpDl = be32_to_cpu(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s3()
3303 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s4()
3310 total_len = be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_scsi_prep_dma_buf_s4()
3319 be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_scsi_prep_dma_buf_s4()
3498 fcp_cmnd->fcpDl = be32_to_cpu(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s4()
3506 total_len = be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_bg_scsi_prep_dma_buf_s4()
3515 be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_bg_scsi_prep_dma_buf_s4()
3901 uint32_t fcpDl; in lpfc_handle_fcp_err() local
3972 fcpDl = be32_to_cpu(fcpcmd->fcpDl); in lpfc_handle_fcp_err()
[all …]