tb_path_alloc     622 drivers/thunderbolt/tb.h struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
tb_path_alloc     207 drivers/thunderbolt/tunnel.c 	path = tb_path_alloc(tb, down, TB_PCI_HOPID, up, TB_PCI_HOPID, 0,
tb_path_alloc     216 drivers/thunderbolt/tunnel.c 	path = tb_path_alloc(tb, up, TB_PCI_HOPID, down, TB_PCI_HOPID, 0,
tb_path_alloc     449 drivers/thunderbolt/tunnel.c 	path = tb_path_alloc(tb, in, TB_DP_VIDEO_HOPID, out, TB_DP_VIDEO_HOPID,
tb_path_alloc     456 drivers/thunderbolt/tunnel.c 	path = tb_path_alloc(tb, in, TB_DP_AUX_TX_HOPID, out,
tb_path_alloc     463 drivers/thunderbolt/tunnel.c 	path = tb_path_alloc(tb, out, TB_DP_AUX_RX_HOPID, in,
tb_path_alloc     545 drivers/thunderbolt/tunnel.c 	path = tb_path_alloc(tb, dst, receive_path, nhi, receive_ring, 0, "DMA RX");
tb_path_alloc     554 drivers/thunderbolt/tunnel.c 	path = tb_path_alloc(tb, nhi, transmit_ring, dst, transmit_path, 0, "DMA TX");