Home
last modified time | relevance | path

Searched refs:target_status (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-loader.c127 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()
H A Dmtl.c459 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()
/linux/include/scsi/
H A Dsg.h290 unsigned int target_status:5; /* [o] scsi status from target */ member
295 when target_status is CHECK_CONDITION or
296 when target_status is COMMAND_TERMINATED or
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h401 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
/linux/drivers/s390/scsi/
H A Dzfcp_erp.c1317 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()
/linux/drivers/scsi/
H A Dsg.c490 old_hdr->target_status = hp->masked_status; in sg_read()