Searched refs:command_status (Results 1 – 2 of 2) sorted by relevance
153 static int _ciss_report_request(struct ciss_request *cr, int *command_status, int *scsi_status, con…1062 int error, command_status; in ciss_flush_adapter() local1093 ciss_report_request(cr, &command_status, NULL); in ciss_flush_adapter()1094 switch(command_status) { in ciss_flush_adapter()1099 ciss_name_command_status(command_status)); in ciss_flush_adapter()1229 int error, command_status; in ciss_identify_adapter() local1254 ciss_report_request(cr, &command_status, NULL); in ciss_identify_adapter()1255 switch(command_status) { in ciss_identify_adapter()1263 ciss_name_command_status(command_status)); in ciss_identify_adapter()1360 int command_status; in ciss_report_luns() local[all …]
121 u_int16_t command_status; member