Home
last modified time | relevance | path

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

/external/kernel-headers/original/scsi/
Dscsi.h88 #define SCSI_W_LUN_BASE 0xc100 macro
89 #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1)
90 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
91 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
95 return (lun & 0xff00) == SCSI_W_LUN_BASE; in scsi_is_wlun()
/external/kernel-headers/modified/scsi/
Dscsi.h94 #define SCSI_W_LUN_BASE 0xc100 macro
95 #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1)
96 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
97 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
101 return (lun & 0xff00) == SCSI_W_LUN_BASE; in scsi_is_wlun()