Searched refs:tb_next_port_on_path (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | tb.h | 1098 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, 1130 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1131 (p) = tb_next_port_on_path((src), (dst), (p))) 1142 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1143 (p) = tb_next_port_on_path((src), (dst), (p))) \
|
H A D | switch.c | 854 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() function
|