SCSI_W_LUN_BASE 64 drivers/scsi/ufs/ufs.h #define UFS_MAX_LUNS (SCSI_W_LUN_BASE + UFS_UPIU_MAX_UNIT_NUM_ID) SCSI_W_LUN_BASE 2387 drivers/scsi/ufs/ufshcd.c return (upiu_wlun_id & ~UFS_UPIU_WLUN_ID) | SCSI_W_LUN_BASE; SCSI_W_LUN_BASE 82 include/scsi/scsi.h #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1) SCSI_W_LUN_BASE 83 include/scsi/scsi.h #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2) SCSI_W_LUN_BASE 84 include/scsi/scsi.h #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3) SCSI_W_LUN_BASE 88 include/scsi/scsi.h return (lun & 0xff00) == SCSI_W_LUN_BASE;