Searched refs:SS_NO_SENSE (Results 1 – 2 of 2) sorted by relevance
1137 if (curlun && curlun->unit_attention_data != SS_NO_SENSE) { in do_request_sense()1139 curlun->unit_attention_data = SS_NO_SENSE; in do_request_sense()1152 curlun->sense_data = SS_NO_SENSE; in do_request_sense()1647 sd = SS_NO_SENSE; in send_status()1655 } else if (sd != SS_NO_SENSE) { in send_status()1766 curlun->sense_data = SS_NO_SENSE; in check_command()1788 if (curlun && curlun->unit_attention_data != SS_NO_SENSE && in check_command()1792 curlun->unit_attention_data = SS_NO_SENSE; in check_command()2427 curlun->sense_data = SS_NO_SENSE; in handle_exception()2428 curlun->unit_attention_data = SS_NO_SENSE; in handle_exception()
72 #define SS_NO_SENSE 0 macro