Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c366 struct c8_inquiry *inqp = &h->inq.c8; in get_lun_info() local
370 if (inqp->page_code != 0xc8) in get_lun_info()
372 if (inqp->page_id[0] != 'e' || inqp->page_id[1] != 'd' || in get_lun_info()
373 inqp->page_id[2] != 'i' || inqp->page_id[3] != 'd') in get_lun_info()
382 memcpy(array_id, inqp->array_unique_id, inqp->array_uniq_id_len); in get_lun_info()
392 struct c9_inquiry *inqp = &h->inq.c9; in check_ownership() local
398 if ((inqp->avte_cvp >> 5) & 0x1) in check_ownership()
400 else if (inqp->avte_cvp >> 7) in check_ownership()
406 if (inqp->avte_cvp & 0x1) { in check_ownership()
419 if (inqp->path_prio & 0x1) { in check_ownership()
[all …]