Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/device_handler/
Dscsi_dh_alua.c335 int rel_port = -1, group_id; in alua_check_vpd() local
340 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()
/Linux-v4.19/drivers/scsi/
Dscsi_lib.c3587 int group_id = -EAGAIN, rel_port = -1; in scsi_vpd_tpg_id() local
3601 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()