Home
last modified time | relevance | path

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

/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c329 int rel_port = -1, group_id; in alua_check_vpd() local
334 group_id = scsi_vpd_tpg_id(sdev, &rel_port); in alua_check_vpd()
357 group_id, rel_port); in alua_check_vpd()
361 ALUA_DH_NAME, group_id, rel_port); in alua_check_vpd()
/linux/drivers/scsi/
H A Dscsi_lib.c3381 int group_id = -EAGAIN, rel_port = -1; in scsi_vpd_tpg_id() local
3395 rel_port = get_unaligned_be16(&d[6]); in scsi_vpd_tpg_id()
3408 if (group_id >= 0 && rel_id && rel_port != -1) in scsi_vpd_tpg_id()
3409 *rel_id = rel_port; in scsi_vpd_tpg_id()