Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h246 unsigned int remote_max_hopid; member
/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c1145 xd->remote_max_hopid = p ? p->value.immediate : XDOMAIN_DEFAULT_MAX_HOPID; in populate_properties()
1733 return sysfs_emit(buf, "%d\n", xd->remote_max_hopid); in maxhopid_show()
2153 if (hopid < TB_PATH_MIN_HOPID || hopid > xd->remote_max_hopid) in tb_xdomain_alloc_out_hopid()
2156 return ida_alloc_range(&xd->out_hopids, hopid, xd->remote_max_hopid, in tb_xdomain_alloc_out_hopid()