Home
last modified time | relevance | path

Searched refs:select_report (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/block/
Dnvme-scsi.c2531 u8 select_report; in nvme_trans_report_luns() local
2542 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()
/linux-4.1.27/drivers/scsi/
Dscsi_debug.c3331 int select_report = (int)cmd[2]; in resp_report_luns() local
3339 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()