Home
last modified time | relevance | path

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

/drivers/scsi/
Dhpsa_cmd.h264 #define MASKED_DEVICE(x) ((x)[3] & 0xC0) macro
Dhpsa.c3474 if (bmic_device_index == 0xFF00 || MASKED_DEVICE(&rle->lunid[0])) { in hpsa_get_enclosure_info()
4300 if (!MASKED_DEVICE(lunaddrbytes)) in hpsa_skip_device()
4471 if (MASKED_DEVICE(lunaddrbytes) && this_device->physical_device) in hpsa_update_scsi_devices()
/drivers/scsi/smartpqi/
Dsmartpqi.h1435 #define MASKED_DEVICE(lunid) ((lunid)[3] & 0xc0) macro
Dsmartpqi_init.c2326 if (MASKED_DEVICE(scsi3addr)) in pqi_skip_device()