Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c3345 unsigned char scsi3addr[], u16 bmic_device_index, in hpsa_bmic_sense_subsystem_information() argument
3359 c->Request.CDB[2] = bmic_device_index & 0xff; in hpsa_bmic_sense_subsystem_information()
3360 c->Request.CDB[9] = (bmic_device_index >> 8) & 0xff; in hpsa_bmic_sense_subsystem_information()
3405 unsigned char scsi3addr[], u16 bmic_device_index, in hpsa_bmic_id_physical_device() argument
3418 c->Request.CDB[2] = bmic_device_index & 0xff; in hpsa_bmic_id_physical_device()
3419 c->Request.CDB[9] = (bmic_device_index >> 8) & 0xff; in hpsa_bmic_id_physical_device()
3451 u16 bmic_device_index = 0; in hpsa_get_enclosure_info() local
3461 bmic_device_index = GET_BMIC_DRIVE_NUMBER(&rle->lunid[0]); in hpsa_get_enclosure_info()
3468 if (bmic_device_index == 0xFF00 || MASKED_DEVICE(&rle->lunid[0])) { in hpsa_get_enclosure_info()
3481 rc = hpsa_bmic_id_physical_device(h, scsi3addr, bmic_device_index, in hpsa_get_enclosure_info()
[all...]
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c832 u16 bmic_device_index; in pqi_identify_physical_device() local
841 bmic_device_index = CISS_GET_DRIVE_NUMBER(device->scsi3addr); in pqi_identify_physical_device()
842 request.cdb[2] = (u8)bmic_device_index; in pqi_identify_physical_device()
843 request.cdb[9] = (u8)(bmic_device_index >> 8); in pqi_identify_physical_device()