Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_scsi.h125 uint32_t fcpDl; /* Total transfer length */ member
Dlpfc_scsi.c925 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s3()
2628 fcp_cmnd->fcpDl = be32_to_cpu(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s3()
3247 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s4()
3254 total_len = be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_scsi_prep_dma_buf_s4()
3263 be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_scsi_prep_dma_buf_s4()
3442 fcp_cmnd->fcpDl = be32_to_cpu(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s4()
3450 total_len = be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_bg_scsi_prep_dma_buf_s4()
3459 be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_bg_scsi_prep_dma_buf_s4()
3845 uint32_t fcpDl; in lpfc_handle_fcp_err() local
3916 fcpDl = be32_to_cpu(fcpcmd->fcpDl); in lpfc_handle_fcp_err()
[all …]