Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Ddma_port.c183 if (!ret && (type & 0xffffff) == TB_TYPE_NHI) in dma_find_port()
H A Dtb_regs.h271 TB_TYPE_NHI = 0x000002, enumerator
H A Dtb.c2178 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in tb_approve_xdomain_paths()
2226 nhi_port = tb_switch_find_port(tb->root_switch, TB_TYPE_NHI); in __tb_disconnect_xdomain_paths()
H A Dtb.h632 return port && port->config.type == TB_TYPE_NHI; in tb_port_is_nhi()
H A Dtest.c127 sw->ports[7].config.type = TB_TYPE_NHI; in alloc_host()