Searched refs:remote_max_hopid (Results 1 – 2 of 2) sorted by relevance
952 xd->remote_max_hopid = p ? p->value.immediate : XDOMAIN_DEFAULT_MAX_HOPID; in populate_properties()1208 return sprintf(buf, "%d\n", xd->remote_max_hopid); in maxhopid_show()1605 if (hopid < TB_PATH_MIN_HOPID || hopid > xd->remote_max_hopid) in tb_xdomain_alloc_out_hopid()1608 return ida_alloc_range(&xd->out_hopids, hopid, xd->remote_max_hopid, in tb_xdomain_alloc_out_hopid()
231 unsigned int remote_max_hopid; member
Completed in 9 milliseconds