Searched refs:remote_max_hopid (Results 1 – 2 of 2) sorted by relevance
232 unsigned int remote_max_hopid; member
1116 xd->remote_max_hopid = p ? p->value.immediate : XDOMAIN_DEFAULT_MAX_HOPID; in populate_properties()1695 return sysfs_emit(buf, "%d\n", xd->remote_max_hopid); in maxhopid_show()2080 if (hopid < TB_PATH_MIN_HOPID || hopid > xd->remote_max_hopid) in tb_xdomain_alloc_out_hopid()2083 return ida_alloc_range(&xd->out_hopids, hopid, xd->remote_max_hopid, in tb_xdomain_alloc_out_hopid()