Searched refs:tb_ring_alloc_rx (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
D | thunderbolt.h | 556 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
|
/Linux-v5.4/drivers/thunderbolt/ |
D | nhi.c | 578 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size, in tb_ring_alloc_rx() function 585 EXPORT_SYMBOL_GPL(tb_ring_alloc_rx);
|
D | ctl.c | 623 ctl->rx = tb_ring_alloc_rx(nhi, 0, 10, RING_FLAG_NO_SUSPEND, 0xffff, in tb_ctl_alloc()
|
/Linux-v5.4/drivers/net/ |
D | thunderbolt.c | 868 ring = tb_ring_alloc_rx(xd->tb->nhi, -1, TBNET_RING_SIZE, in tbnet_open()
|