Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthunderbolt.h549 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
/Linux-v4.19/drivers/thunderbolt/
Dnhi.c561 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size, in tb_ring_alloc_rx() function
568 EXPORT_SYMBOL_GPL(tb_ring_alloc_rx);
Dctl.c622 ctl->rx = tb_ring_alloc_rx(nhi, 0, 10, RING_FLAG_NO_SUSPEND, 0xffff, in tb_ctl_alloc()
/Linux-v4.19/drivers/net/
Dthunderbolt.c871 ring = tb_ring_alloc_rx(xd->tb->nhi, -1, TBNET_RING_SIZE, in tbnet_open()