Home
last modified time | relevance | path

Searched refs:tb_route (Results 1 – 4 of 4) sorted by relevance

/drivers/thunderbolt/
Dtb.h135 static inline u64 tb_route(struct tb_switch *sw) in tb_route() function
145 tb_route(sw), in tb_sw_read()
157 tb_route(sw), in tb_sw_write()
169 tb_route(port->sw), in tb_port_read()
181 tb_route(port->sw), in tb_port_write()
198 tb_route(__sw), ## arg); \
209 tb_route(__port->sw), __port->port, ## arg); \
267 return tb_route(port->sw) in tb_downstream_route()
Dpath.c98 tb_route(path->hops[0].in_port->sw), in tb_path_deactivate()
100 tb_route(path->hops[path->path_length - 1].out_port->sw), in tb_path_deactivate()
126 tb_route(path->hops[0].in_port->sw), in tb_path_activate()
128 tb_route(path->hops[path->path_length - 1].out_port->sw), in tb_path_activate()
Dtunnel_pci.c17 tb_route(__tunnel->down_port->sw), \
19 tb_route(__tunnel->up_port->sw), \
Deeprom.c375 if (tb_route(sw) == 0) { in tb_drom_read()