Searched refs:select_report (Results 1 – 2 of 2) sorted by relevance
2531 u8 select_report; in nvme_trans_report_luns() local2542 select_report = GET_U8_FROM_CDB(cmd, REPORT_LUNS_SR_OFFSET); in nvme_trans_report_luns()2544 if ((select_report != ALL_LUNS_RETURNED) && in nvme_trans_report_luns()2545 (select_report != ALL_WELL_KNOWN_LUNS_RETURNED) && in nvme_trans_report_luns()2546 (select_report != RESTRICTED_LUNS_RETURNED)) { in nvme_trans_report_luns()
3331 int select_report = (int)cmd[2]; in resp_report_luns() local3339 if (shortish || (select_report > 2)) { in resp_report_luns()3346 if (1 == select_report) in resp_report_luns()3350 want_wlun = (select_report > 0) ? 1 : 0; in resp_report_luns()