Searched refs:tb_path_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | tunnel.c | 207 path = tb_path_alloc(tb, down, TB_PCI_HOPID, up, TB_PCI_HOPID, 0, in tb_tunnel_alloc_pci() 216 path = tb_path_alloc(tb, up, TB_PCI_HOPID, down, TB_PCI_HOPID, 0, in tb_tunnel_alloc_pci() 449 path = tb_path_alloc(tb, in, TB_DP_VIDEO_HOPID, out, TB_DP_VIDEO_HOPID, in tb_tunnel_alloc_dp() 456 path = tb_path_alloc(tb, in, TB_DP_AUX_TX_HOPID, out, in tb_tunnel_alloc_dp() 463 path = tb_path_alloc(tb, out, TB_DP_AUX_RX_HOPID, in, in tb_tunnel_alloc_dp() 545 path = tb_path_alloc(tb, dst, receive_path, nhi, receive_ring, 0, "DMA RX"); in tb_tunnel_alloc_dma() 554 path = tb_path_alloc(tb, nhi, transmit_ring, dst, transmit_path, 0, "DMA TX"); in tb_tunnel_alloc_dma()
|
D | path.c | 227 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc() function
|
D | tb.h | 622 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
|