Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/bfa/
Dbfa_fc.h1077 __be32 fcp_dl; /* bytes to be transferred */ member
1081 #define fcp_cmnd_fcpdl(_cmnd) ((&(_cmnd)->fcp_dl)[(_cmnd)->addl_cdb_len])
Dbfa_fcpim.c2456 u32 fcp_dl; in bfa_ioim_send_ioreq() local
2561 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()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_iocb.c1392 uint32_t *fcp_dl; in qla24xx_build_scsi_crc_2_iocbs() local
1548 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() local
3261 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()