Searched refs:tb_tunnel_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | tunnel.c | 56 static struct tb_tunnel *tb_tunnel_alloc(struct tb *tb, size_t npaths, in tb_tunnel_alloc() function 124 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_discover_pci() 199 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_PCI); in tb_tunnel_alloc_pci() 358 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_discover_dp() 438 tunnel = tb_tunnel_alloc(tb, 3, TB_TUNNEL_DP); in tb_tunnel_alloc_dp() 535 tunnel = tb_tunnel_alloc(tb, 2, TB_TUNNEL_DMA); in tb_tunnel_alloc_dma()
|