Lines Matching refs:cdb_cmd
1136 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len);
1137 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK;
1139 int_to_scsilun(fsp->cmd->device->lun, &fsp->cdb_cmd.fc_lun);
1140 memcpy(fsp->cdb_cmd.fc_cdb, fsp->cmd->cmnd, fsp->cmd->cmd_len);
1171 const size_t len = sizeof(fsp->cdb_cmd);
1177 fp = fc_fcp_frame_alloc(lport, sizeof(fsp->cdb_cmd));
1183 memcpy(fc_frame_payload_get(fp, len), &fsp->cdb_cmd, len);
1313 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len);
1314 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET;
1315 int_to_scsilun(lun, &fsp->cdb_cmd.fc_lun);
1426 if (fsp->cdb_cmd.fc_tm_flags)