Searched refs:SS_NO_SENSE (Results 1 – 2 of 2) sorted by relevance
1106 if (curlun && curlun->unit_attention_data != SS_NO_SENSE) { in do_request_sense()1108 curlun->unit_attention_data = SS_NO_SENSE; in do_request_sense()1121 curlun->sense_data = SS_NO_SENSE; in do_request_sense()1609 sd = SS_NO_SENSE; in send_status()1617 } else if (sd != SS_NO_SENSE) { in send_status()1728 curlun->sense_data = SS_NO_SENSE; in check_command()1750 if (curlun && curlun->unit_attention_data != SS_NO_SENSE && in check_command()1754 curlun->unit_attention_data = SS_NO_SENSE; in check_command()2372 curlun->sense_data = SS_NO_SENSE; in handle_exception()2373 curlun->unit_attention_data = SS_NO_SENSE; in handle_exception()
73 #define SS_NO_SENSE 0 macro