Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/device_handler/
Dscsi_dh_rdac.c434 struct c8_inquiry *inqp; in get_lun_info() local
438 inqp = &h->inq.c8; in get_lun_info()
439 if (inqp->page_code != 0xc8) in get_lun_info()
441 if (inqp->page_id[0] != 'e' || inqp->page_id[1] != 'd' || in get_lun_info()
442 inqp->page_id[2] != 'i' || inqp->page_id[3] != 'd') in get_lun_info()
444 h->lun = inqp->lun[7]; /* Uses only the last byte */ in get_lun_info()
447 *(array_name+i) = inqp->array_user_label[(2*i)+1]; in get_lun_info()
451 memcpy(array_id, inqp->array_unique_id, inqp->array_uniq_id_len); in get_lun_info()
459 struct c9_inquiry *inqp; in check_ownership() local
464 inqp = &h->inq.c9; in check_ownership()
[all …]