Searched refs:fcp_dl (Results 1 – 3 of 3) sorted by relevance
1077 __be32 fcp_dl; /* bytes to be transferred */ member1081 #define fcp_cmnd_fcpdl(_cmnd) ((&(_cmnd)->fcp_dl)[(_cmnd)->addl_cdb_len])
2456 u32 fcp_dl; in bfa_ioim_send_ioreq() local2561 fcp_dl = scsi_bufflen(cmnd); in bfa_ioim_send_ioreq()2562 m->cmnd.fcp_dl = cpu_to_be32(fcp_dl); in bfa_ioim_send_ioreq()2571 ioim->itnim->stats.rd_throughput += fcp_dl; in bfa_ioim_send_ioreq()2576 ioim->itnim->stats.wr_throughput += fcp_dl; in bfa_ioim_send_ioreq()
1392 uint32_t *fcp_dl; in qla24xx_build_scsi_crc_2_iocbs() local1548 fcp_dl = (uint32_t *)(crc_ctx_pkt->fcp_cmnd.cdb + 16 + in qla24xx_build_scsi_crc_2_iocbs()1550 *fcp_dl = htonl(total_bytes); in qla24xx_build_scsi_crc_2_iocbs()3079 uint32_t *fcp_dl; in qla82xx_start_scsi() local3261 fcp_dl = (uint32_t *)(ctx->fcp_cmnd->cdb + 16 + in qla82xx_start_scsi()3263 *fcp_dl = htonl((uint32_t)scsi_bufflen(cmd)); in qla82xx_start_scsi()