Searched refs:fcp_dl (Results 1 – 3 of 3) sorted by relevance
1085 __be32 fcp_dl; /* bytes to be transferred */ member1089 #define fcp_cmnd_fcpdl(_cmnd) ((&(_cmnd)->fcp_dl)[(_cmnd)->addl_cdb_len])
2464 u32 fcp_dl; in bfa_ioim_send_ioreq() local2569 fcp_dl = scsi_bufflen(cmnd); in bfa_ioim_send_ioreq()2570 m->cmnd.fcp_dl = cpu_to_be32(fcp_dl); in bfa_ioim_send_ioreq()2579 ioim->itnim->stats.rd_throughput += fcp_dl; in bfa_ioim_send_ioreq()2584 ioim->itnim->stats.wr_throughput += fcp_dl; in bfa_ioim_send_ioreq()
1205 uint32_t *cur_dsd, *fcp_dl; in qla24xx_build_scsi_crc_2_iocbs() local1364 fcp_dl = (uint32_t *)(crc_ctx_pkt->fcp_cmnd.cdb + 16 + in qla24xx_build_scsi_crc_2_iocbs()1366 *fcp_dl = htonl(total_bytes); in qla24xx_build_scsi_crc_2_iocbs()2993 uint32_t *fcp_dl; in qla82xx_start_scsi() local3183 fcp_dl = (uint32_t *)(ctx->fcp_cmnd->cdb + 16 + in qla82xx_start_scsi()3185 *fcp_dl = htonl((uint32_t)scsi_bufflen(cmd)); in qla82xx_start_scsi()