Searched refs:tb_route (Results 1 – 4 of 4) sorted by relevance
/drivers/thunderbolt/ |
D | tb.h | 135 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()
|
D | path.c | 98 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()
|
D | tunnel_pci.c | 17 tb_route(__tunnel->down_port->sw), \ 19 tb_route(__tunnel->up_port->sw), \
|
D | eeprom.c | 375 if (tb_route(sw) == 0) { in tb_drom_read()
|