Searched refs:fcp_dl (Results 1 – 2 of 2) sorted by relevance
813 uint32_t *fcp_dl; in ocs_populate_io_fcp_cmd() local816 fcp_dl = (uint32_t*)(&(cmnd->fcp_cdb_and_dl)); in ocs_populate_io_fcp_cmd()817 fcp_dl += cmnd->additional_fcp_cdb_length; in ocs_populate_io_fcp_cmd()818 io->exp_xfer_len = ocs_be32toh(*fcp_dl); in ocs_populate_io_fcp_cmd()1340 uint32_t fcp_dl; in ocs_sframe_send_task_set_full_or_busy() local1346 fcp_dl = ocs_be32toh(*fcp_dl_ptr); in ocs_sframe_send_task_set_full_or_busy()1353 *((uint32_t*)&fcprsp.fcp_resid) = fcp_dl; in ocs_sframe_send_task_set_full_or_busy()
2491 uint32_t *fcp_dl; in ocs_scsi_send_io() local2541 fcp_dl = (uint32_t*)(&(cmnd->fcp_cdb_and_dl)); in ocs_scsi_send_io()2554 fcp_dl += cmnd->additional_fcp_cdb_length; in ocs_scsi_send_io()2609 *fcp_dl = ocs_htobe32(io->wire_len); in ocs_scsi_send_io()