Lines Matching refs:cdb_cmd
1146 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len);
1147 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK;
1149 int_to_scsilun(fsp->cmd->device->lun, &fsp->cdb_cmd.fc_lun);
1150 memcpy(fsp->cdb_cmd.fc_cdb, fsp->cmd->cmnd, fsp->cmd->cmd_len);
1181 const size_t len = sizeof(fsp->cdb_cmd);
1187 fp = fc_fcp_frame_alloc(lport, sizeof(fsp->cdb_cmd));
1193 memcpy(fc_frame_payload_get(fp, len), &fsp->cdb_cmd, len);
1323 fsp->cdb_cmd.fc_dl = htonl(fsp->data_len);
1324 fsp->cdb_cmd.fc_tm_flags = FCP_TMF_LUN_RESET;
1325 int_to_scsilun(lun, &fsp->cdb_cmd.fc_lun);
1436 if (fsp->cdb_cmd.fc_tm_flags)