Searched refs:SS_NO_SENSE (Results 1 – 2 of 2) sorted by relevance
1131 if (curlun && curlun->unit_attention_data != SS_NO_SENSE) { in do_request_sense()1133 curlun->unit_attention_data = SS_NO_SENSE; in do_request_sense()1145 curlun->sense_data = SS_NO_SENSE; in do_request_sense()1617 sd = SS_NO_SENSE; in send_status()1625 } else if (sd != SS_NO_SENSE) { in send_status()1731 curlun->sense_data = SS_NO_SENSE; in check_command()1749 if (curlun && curlun->unit_attention_data != SS_NO_SENSE && in check_command()1753 curlun->unit_attention_data = SS_NO_SENSE; in check_command()2334 curlun->sense_data = SS_NO_SENSE; in handle_exception()
249 #define SS_NO_SENSE 0 macro