Home
last modified time | relevance | path

Searched refs:SCSI_W_LUN_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/scsi/
Dscsi.h107 #define SCSI_W_LUN_BASE 0xc100 macro
108 #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1)
109 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
110 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
114 return (lun & 0xff00) == SCSI_W_LUN_BASE; in scsi_is_wlun()
/linux-4.4.14/drivers/scsi/ufs/
Dufs.h62 #define UFS_MAX_LUNS (SCSI_W_LUN_BASE + UFS_UPIU_MAX_UNIT_NUM_ID)
Dufshcd.c1275 return (upiu_wlun_id & ~UFS_UPIU_WLUN_ID) | SCSI_W_LUN_BASE; in ufshcd_upiu_wlun_to_scsi_wlun()