Searched refs:rel_port (Results 1 – 2 of 2) sorted by relevance
335 int rel_port = -1, group_id; in alua_check_vpd() local340 group_id = scsi_vpd_tpg_id(sdev, &rel_port); in alua_check_vpd()363 group_id, rel_port); in alua_check_vpd()367 ALUA_DH_NAME, group_id, rel_port); in alua_check_vpd()
3587 int group_id = -EAGAIN, rel_port = -1; in scsi_vpd_tpg_id() local3601 rel_port = get_unaligned_be16(&d[6]); in scsi_vpd_tpg_id()3614 if (group_id >= 0 && rel_id && rel_port != -1) in scsi_vpd_tpg_id()3615 *rel_id = rel_port; in scsi_vpd_tpg_id()