Home
last modified time | relevance | path

Searched refs:tb_tunnel_names (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtunnel.c101 static const char * const tb_tunnel_names[] = { "PCI", "DP", "DMA", "USB3" }; variable
256 if (WARN_ON_ONCE(type >= ARRAY_SIZE(tb_tunnel_names))) in tb_tunnel_event()
267 tb_tunnel_names[type]); in tb_tunnel_event()
270 tb_tunnel_names[type]); in tb_tunnel_event()
2653 return tb_tunnel_names[tunnel->type]; in tb_tunnel_type_name()