Searched refs:rel_port (Results 1 – 2 of 2) sorted by relevance
322 int rel_port = -1, group_id; in alua_check_vpd() local327 group_id = scsi_vpd_tpg_id(sdev, &rel_port); in alua_check_vpd()350 group_id, rel_port); in alua_check_vpd()354 ALUA_DH_NAME, group_id, rel_port); in alua_check_vpd()
3090 int group_id = -EAGAIN, rel_port = -1; in scsi_vpd_tpg_id() local3104 rel_port = get_unaligned_be16(&d[6]); in scsi_vpd_tpg_id()3117 if (group_id >= 0 && rel_id && rel_port != -1) in scsi_vpd_tpg_id()3118 *rel_id = rel_port; in scsi_vpd_tpg_id()