Home
last modified time | relevance | path

Searched refs:fcp_dl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fc.h1062 __be32 fcp_dl; /* bytes to be transferred */ member
1066 #define fcp_cmnd_fcpdl(_cmnd) ((&(_cmnd)->fcp_dl)[(_cmnd)->addl_cdb_len])
H A Dbfa_fcpim.c2450 u32 fcp_dl; in bfa_ioim_send_ioreq() local
2555 fcp_dl = scsi_bufflen(cmnd); in bfa_ioim_send_ioreq()
2556 m->cmnd.fcp_dl = cpu_to_be32(fcp_dl); in bfa_ioim_send_ioreq()
2565 ioim->itnim->stats.rd_throughput += fcp_dl; in bfa_ioim_send_ioreq()
2570 ioim->itnim->stats.wr_throughput += fcp_dl; in bfa_ioim_send_ioreq()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1340 __be32 *fcp_dl; in qla24xx_build_scsi_crc_2_iocbs() local
1496 fcp_dl = (__be32 *)(crc_ctx_pkt->fcp_cmnd.cdb + 16 + in qla24xx_build_scsi_crc_2_iocbs()
1498 *fcp_dl = htonl(total_bytes); in qla24xx_build_scsi_crc_2_iocbs()
3383 __be32 *fcp_dl; in qla82xx_start_scsi() local
3560 fcp_dl = (__be32 *)(ctx->fcp_cmnd->cdb + 16 + in qla82xx_start_scsi()
3562 *fcp_dl = htonl((uint32_t)scsi_bufflen(cmd)); in qla82xx_start_scsi()
4255 __be32 *fcp_dl; in qla_start_scsi_type6() local
4436 fcp_dl = (__be32 *)(ctx->fcp_cmnd->cdb + 16 + in qla_start_scsi_type6()
4438 *fcp_dl = htonl((uint32_t)scsi_bufflen(cmd)); in qla_start_scsi_type6()
H A Dqla_edif.c2979 __be32 *fcp_dl; in qla28xx_start_scsi_edif() local
3175 fcp_dl = (__be32 *)(ctx->fcp_cmnd->cdb + 16 + in qla28xx_start_scsi_edif()
3177 *fcp_dl = htonl((uint32_t)scsi_bufflen(cmd)); in qla28xx_start_scsi_edif()