Home
last modified time | relevance | path

Searched refs:fc_dl (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/scsi/fc/
H A Dfc_fcp.h44 __be32 fc_dl; /* data length (must follow fc_cdb) */ member
56 __be32 fc_dl; /* data length (must follow fc_cdb) */ member
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.h245 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()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c164 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()
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c548 scsilun_to_int(&fcp->fc_lun), ntohl(fcp->fc_dl), in ft_send_work()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c1136 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len); in fc_fcp_pkt_send()
1313 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len); in fc_lun_reset()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c744 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()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c908 (ntohl(fcp->fc_dl) > fcoe_ddp_min)) in fcoe_oem_match()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c176 fcp_cmnd->fc_dl = cpu_to_be32(scsi_bufflen(scmnd)); in csio_scsi_fcp_cmnd()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_io.c583 fcp_cmnd->fc_dl = htonl(io_req->data_xfer_len); in qedf_build_fcp_cmnd()