Searched refs:SS_NO_SENSE (Results 1 – 2 of 2) sorted by relevance
1090 if (curlun && curlun->unit_attention_data != SS_NO_SENSE) { in do_request_sense()1092 curlun->unit_attention_data = SS_NO_SENSE; in do_request_sense()1105 curlun->sense_data = SS_NO_SENSE; in do_request_sense()1666 sd = SS_NO_SENSE; in send_status()1674 } else if (sd != SS_NO_SENSE) { in send_status()1785 curlun->sense_data = SS_NO_SENSE; in check_command()1807 if (curlun && curlun->unit_attention_data != SS_NO_SENSE && in check_command()1811 curlun->unit_attention_data = SS_NO_SENSE; in check_command()2481 curlun->sense_data = SS_NO_SENSE; in handle_exception()2482 curlun->unit_attention_data = SS_NO_SENSE; in handle_exception()
73 #define SS_NO_SENSE 0 macro