Searched refs:fc_dl (Results 1 – 9 of 9) sorted by relevance
44 __be32 fc_dl; /* data length (must follow fc_cdb) */ member56 __be32 fc_dl; /* data length (must follow fc_cdb) */ member
245 fcp->fc_dl = cpu_to_be32(datalen); in zfcp_fc_scsi_to_fcp()249 fcp->fc_dl = cpu_to_be32(datalen); in zfcp_fc_scsi_to_fcp()
164 io->exp_xfer_len = be32_to_cpu(cmnd->fc_dl); in efct_populate_io_fcp_cmd()328 *((u32 *)&fcprsp.ext.fr_resid) = be32_to_cpu(fcpcmd->fc_dl); in efct_sframe_send_task_set_full_or_busy()
553 scsilun_to_int(&fcp->fc_lun), ntohl(fcp->fc_dl), in ft_send_work()
1131 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len); in fc_fcp_pkt_send()1308 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len); in fc_lun_reset()
744 fcp_cmnd->fc_dl = 0; in bnx2fc_initiate_tmf()1747 fcp_cmnd->fc_dl = htonl(io_req->data_xfer_len); in bnx2fc_build_fcp_cmnd()
176 fcp_cmnd->fc_dl = cpu_to_be32(scsi_bufflen(scmnd)); in csio_scsi_fcp_cmnd()
908 (ntohl(fcp->fc_dl) > fcoe_ddp_min)) in fcoe_oem_match()
583 fcp_cmnd->fc_dl = htonl(io_req->data_xfer_len); in qedf_build_fcp_cmnd()
Completed in 26 milliseconds