Searched refs:rel_port (Results 1 – 2 of 2) sorted by relevance
329 int rel_port = -1, group_id; in alua_check_vpd() local334 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()
3381 int group_id = -EAGAIN, rel_port = -1; in scsi_vpd_tpg_id() local3395 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()