Searched refs:fcpDl (Results 1 – 2 of 2) sorted by relevance
127 __be32 fcpDl; /* Total transfer length */ member139 __be32 fcpDl; /* Total transfer length */ member
926 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s3()2643 fcp_cmnd->fcpDl = cpu_to_be32(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s3()3234 ((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl = in lpfc_scsi_prep_dma_buf_s4()3237 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s4()3253 be32_to_cpu(fcp_cmnd->fcpDl); in lpfc_scsi_prep_dma_buf_s4()3433 ((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl = cpu_to_be32(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s4()3435 fcp_cmnd->fcpDl = cpu_to_be32(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s4()3837 uint32_t fcpDl; in lpfc_handle_fcp_err() local3909 fcpDl = be32_to_cpu(((struct fcp_cmnd32 *)fcpcmd)->fcpDl); in lpfc_handle_fcp_err()3911 fcpDl = be32_to_cpu(fcpcmd->fcpDl); in lpfc_handle_fcp_err()[all …]