fcp_cmnd32
phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd32) +
phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd32) +
sizeof(struct fcp_cmnd32) +
((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl =
((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl = cpu_to_be32(fcpdl);
fcpDl = be32_to_cpu(((struct fcp_cmnd32 *)fcpcmd)->fcpDl);
ptr = &((struct fcp_cmnd32 *)fcp_cmnd)->fcpCdb[0];
sgl->sge_len = cpu_to_le32(sizeof(struct fcp_cmnd32));
pdma_phys_fcp_rsp = pdma_phys_fcp_cmd + sizeof(struct fcp_cmnd32);
sizeof(struct fcp_cmnd32));