Home
last modified time | relevance | path

Searched refs:tb_xdomain_parent (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Dxdomain.c1140 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_update_link_attributes()
1313 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_bond_lanes_uuid_high()
1431 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_get_properties()
1985 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_lane_bonding_enable()
2030 port = tb_port_at(xd->route, tb_xdomain_parent(xd)); in tb_xdomain_lane_bonding_disable()
Ddebugfs.c991 parent_sw = tb_xdomain_parent(xd); in margining_xdomain_init()
1002 parent_sw = tb_xdomain_parent(xd); in margining_xdomain_remove()
Dtb.h1148 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd) in tb_xdomain_parent() function