Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h552 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.c561 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, in tb_ring_alloc_tx() function
566 EXPORT_SYMBOL_GPL(tb_ring_alloc_tx);
H A Dctl.c627 ctl->tx = tb_ring_alloc_tx(nhi, 0, 10, RING_FLAG_NO_SUSPEND); in tb_ctl_alloc()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c857 ring = tb_ring_alloc_tx(xd->tb->nhi, -1, TBNET_RING_SIZE, in tbnet_open()