Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhpsa.c3351 unsigned char scsi3addr[], u16 bmic_device_index, in hpsa_bmic_sense_subsystem_information() argument
3365 c->Request.CDB[2] = bmic_device_index & 0xff; in hpsa_bmic_sense_subsystem_information()
3366 c->Request.CDB[9] = (bmic_device_index >> 8) & 0xff; in hpsa_bmic_sense_subsystem_information()
3411 unsigned char scsi3addr[], u16 bmic_device_index, in hpsa_bmic_id_physical_device() argument
3424 c->Request.CDB[2] = bmic_device_index & 0xff; in hpsa_bmic_id_physical_device()
3425 c->Request.CDB[9] = (bmic_device_index >> 8) & 0xff; in hpsa_bmic_id_physical_device()
3457 u16 bmic_device_index = 0; in hpsa_get_enclosure_info() local
3467 bmic_device_index = GET_BMIC_DRIVE_NUMBER(&rle->lunid[0]); in hpsa_get_enclosure_info()
3474 if (bmic_device_index == 0xFF00 || MASKED_DEVICE(&rle->lunid[0])) { in hpsa_get_enclosure_info()
3487 rc = hpsa_bmic_id_physical_device(h, scsi3addr, bmic_device_index, in hpsa_get_enclosure_info()
[all …]
/Linux-v6.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c773 u16 bmic_device_index; in pqi_identify_physical_device() local
782 bmic_device_index = CISS_GET_DRIVE_NUMBER(device->scsi3addr); in pqi_identify_physical_device()
783 request.cdb[2] = (u8)bmic_device_index; in pqi_identify_physical_device()
784 request.cdb[9] = (u8)(bmic_device_index >> 8); in pqi_identify_physical_device()