Searched refs:target_status (Results 1 – 6 of 6) sorted by relevance
127 unsigned int status, target_status; in cl_dsp_init() local 201 target_status = FSR_STATE_FW_ENTERED; in cl_dsp_init() 203 target_status = FSR_STATE_INIT_DONE; in cl_dsp_init() 207 (FSR_TO_STATE_CODE(status) == target_status), in cl_dsp_init()
459 unsigned int status, target_status; in mtl_dsp_cl_init() local 521 target_status = FSR_STATE_FW_ENTERED; in mtl_dsp_cl_init() 523 target_status = FSR_STATE_INIT_DONE; in mtl_dsp_cl_init() 527 (FSR_TO_STATE_CODE(status) == target_status), in mtl_dsp_cl_init()
290 unsigned int target_status:5; /* [o] scsi status from target */ member 295 when target_status is CHECK_CONDITION or296 when target_status is COMMAND_TERMINATED or
401 struct target_status { struct 448 struct target_status tstatus;402 residual_datacnttarget_status global() argument 403 residual_sgptrtarget_status global() argument 404 scsi_statustarget_status global() argument 405 target_phasestarget_status global() argument 406 data_phasetarget_status global() argument 407 initiator_tagtarget_status global() argument
1317 static int zfcp_erp_strat_change_det(atomic_t *target_status, u32 erp_status) in zfcp_erp_strat_change_det() argument 1319 int status = atomic_read(target_status); in zfcp_erp_strat_change_det()
490 old_hdr->target_status = hp->masked_status; in sg_read()