Home
last modified time | relevance | path

Searched refs:SCSI_W_LUN_BASE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/include/scsi/
H A Dscsi.h56 #define SCSI_W_LUN_BASE 0xc100 macro
57 #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1)
58 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
59 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
63 return (lun & 0xff00) == SCSI_W_LUN_BASE; in scsi_is_wlun()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi.h55 #define SCSI_W_LUN_BASE 0xc100 macro
56 #define SCSI_W_LUN_REPORT_LUNS (SCSI_W_LUN_BASE + 1)
57 #define SCSI_W_LUN_ACCESS_CONTROL (SCSI_W_LUN_BASE + 2)
58 #define SCSI_W_LUN_TARGET_LOG_PAGE (SCSI_W_LUN_BASE + 3)
62 return (lun & 0xff00) == SCSI_W_LUN_BASE; in scsi_is_wlun()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufs.h35 * from 0xc100 (SCSI_W_LUN_BASE) onwards.
39 #define UFS_MAX_LUNS (SCSI_W_LUN_BASE + UFS_UPIU_MAX_UNIT_NUM_ID)
H A Dufshcd.c2497 return (upiu_wlun_id & ~UFS_UPIU_WLUN_ID) | SCSI_W_LUN_BASE; in ufshcd_upiu_wlun_to_scsi_wlun()
/kernel/linux/linux-6.6/include/ufs/
H A Dufs.h38 * from 0xc100 (SCSI_W_LUN_BASE) onwards.
42 #define UFS_MAX_LUNS (SCSI_W_LUN_BASE + UFS_UPIU_MAX_UNIT_NUM_ID)
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c2750 return (upiu_wlun_id & ~UFS_UPIU_WLUN_ID) | SCSI_W_LUN_BASE; in ufshcd_upiu_wlun_to_scsi_wlun()

Completed in 26 milliseconds