Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dnhi.h16 struct tb_nhi { struct
35 struct tb_nhi *nhi; argument
67 struct tb_ring *ring_alloc_tx(struct tb_nhi *nhi, int hop, int size);
68 struct tb_ring *ring_alloc_rx(struct tb_nhi *nhi, int hop, int size);
Dnhi.c67 static void nhi_disable_interrupts(struct tb_nhi *nhi) in nhi_disable_interrupts()
255 static struct tb_ring *ring_alloc(struct tb_nhi *nhi, u32 hop, int size, in ring_alloc()
311 struct tb_ring *ring_alloc_tx(struct tb_nhi *nhi, int hop, int size) in ring_alloc_tx()
316 struct tb_ring *ring_alloc_rx(struct tb_nhi *nhi, int hop, int size) in ring_alloc_rx()
455 struct tb_nhi *nhi = container_of(work, typeof(*nhi), interrupt_work); in nhi_interrupt_work()
505 struct tb_nhi *nhi = data; in nhi_msi()
526 static void nhi_shutdown(struct tb_nhi *nhi) in nhi_shutdown()
551 struct tb_nhi *nhi; in nhi_probe()
627 struct tb_nhi *nhi = tb->nhi; in nhi_remove()
Dtb.h104 struct tb_nhi *nhi;
219 struct tb *thunderbolt_alloc_and_start(struct tb_nhi *nhi);
Dctl.h17 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, hotplug_cb cb, void *cb_data);
Dctl.c29 struct tb_nhi *nhi;
474 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, hotplug_cb cb, void *cb_data) in tb_ctl_alloc()
Dtb.c349 struct tb *thunderbolt_alloc_and_start(struct tb_nhi *nhi) in thunderbolt_alloc_and_start()