Home
last modified time | relevance | path

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

/external/kernel-headers/modified/scsi/
Dscsi.h87 #define SCSI_W_LUN_BASE 0xc100 macro
88 #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1)
89 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
90 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
94 return (lun & 0xff00) == SCSI_W_LUN_BASE; in scsi_is_wlun()
/external/kernel-headers/original/scsi/
Dscsi.h81 #define SCSI_W_LUN_BASE 0xc100 macro
82 #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1)
83 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
84 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
88 return (lun & 0xff00) == SCSI_W_LUN_BASE; in scsi_is_wlun()