Home
last modified time | relevance | path

Searched defs:nhi (Results 1 – 7 of 7) sorted by relevance

/drivers/thunderbolt/
Dnhi.c68 static void nhi_disable_interrupts(struct tb_nhi *nhi) in nhi_disable_interrupts()
242 static struct tb_ring *ring_alloc(struct tb_nhi *nhi, u32 hop, int size, in ring_alloc()
298 struct tb_ring *ring_alloc_tx(struct tb_nhi *nhi, int hop, int size) in ring_alloc_tx()
303 struct tb_ring *ring_alloc_rx(struct tb_nhi *nhi, int hop, int size) in ring_alloc_rx()
442 struct tb_nhi *nhi = container_of(work, typeof(*nhi), interrupt_work); in nhi_interrupt_work() local
492 struct tb_nhi *nhi = data; in nhi_msi() local
513 static void nhi_shutdown(struct tb_nhi *nhi) in nhi_shutdown()
538 struct tb_nhi *nhi; in nhi_probe() local
614 struct tb_nhi *nhi = tb->nhi; in nhi_remove() local
Dnhi_regs.h88 #define RING_NOTIFY_REG_COUNT(nhi) ((31 + 3 * nhi->hop_count) / 32) argument
96 #define RING_INTERRUPT_REG_COUNT(nhi) ((31 + 2 * nhi->hop_count) / 32) argument
Dnhi.h35 struct tb_nhi *nhi; member
Dtb.c349 struct tb *thunderbolt_alloc_and_start(struct tb_nhi *nhi) in thunderbolt_alloc_and_start()
Dctl.c29 struct tb_nhi *nhi; member
474 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, hotplug_cb cb, void *cb_data) in tb_ctl_alloc()
Dtb.h104 struct tb_nhi *nhi; member
/drivers/pci/
Dquirks.c3459 struct pci_dev *nhi = NULL; in quirk_apple_wait_for_thunderbolt() local