Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h141 #define ISCSI_LUN_MASK_MSB 0x00003f00 macro
143 #define ISCSI_LUN_MASK (ISCSI_LUN_MASK_MSB | ISCSI_LUN_MASK_LSB)
145 lun[0] = (report_lun_data & ISCSI_LUN_MASK_MSB) >> 8; \