Searched refs:fcp_dl (Results 1 – 3 of 3) sorted by relevance
1084 __be32 fcp_dl; /* bytes to be transferred */ member1088 #define fcp_cmnd_fcpdl(_cmnd) ((&(_cmnd)->fcp_dl)[(_cmnd)->addl_cdb_len])
2463 u32 fcp_dl; in bfa_ioim_send_ioreq() local2568 fcp_dl = scsi_bufflen(cmnd); in bfa_ioim_send_ioreq()2569 m->cmnd.fcp_dl = cpu_to_be32(fcp_dl); in bfa_ioim_send_ioreq()2578 ioim->itnim->stats.rd_throughput += fcp_dl; in bfa_ioim_send_ioreq()2583 ioim->itnim->stats.wr_throughput += fcp_dl; in bfa_ioim_send_ioreq()
1214 uint32_t *cur_dsd, *fcp_dl; in qla24xx_build_scsi_crc_2_iocbs() local1378 fcp_dl = (uint32_t *)(crc_ctx_pkt->fcp_cmnd.cdb + 16 + in qla24xx_build_scsi_crc_2_iocbs()1380 *fcp_dl = htonl(total_bytes); in qla24xx_build_scsi_crc_2_iocbs()2226 uint32_t *fcp_dl; in qla82xx_start_scsi() local2417 fcp_dl = (uint32_t *)(ctx->fcp_cmnd->cdb + 16 + in qla82xx_start_scsi()2419 *fcp_dl = htonl((uint32_t)scsi_bufflen(cmd)); in qla82xx_start_scsi()