Searched refs:tb_tunnel_alloc_pci (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.h | 81 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up,
|
H A D | test.c | 1357 tunnel1 = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_tunnel_pcie() 1372 tunnel2 = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_tunnel_pcie() 2035 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_legacy_not_bonded() 2068 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_legacy_bonded() 2101 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_pcie() 2149 tunnel = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_credit_alloc_without_dp() 2391 pcie_tunnel = tb_tunnel_alloc_pci(NULL, up, down); in TB_TEST_PCIE_TUNNEL()
|
H A D | tunnel.c | 345 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up, in tb_tunnel_alloc_pci() function
|
H A D | tb.c | 2079 tunnel = tb_tunnel_alloc_pci(tb, up, down); in tb_tunnel_pci()
|