Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h607 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
/openbmc/linux/drivers/thunderbolt/
H A Dnhi.c643 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, in tb_ring_alloc_tx() function
648 EXPORT_SYMBOL_GPL(tb_ring_alloc_tx);
H A Ddma_test.c152 ring = tb_ring_alloc_tx(xd->tb->nhi, -1, DMA_TEST_TX_RING_SIZE, in dma_test_start_rings()
H A Dctl.c644 ctl->tx = tb_ring_alloc_tx(nhi, 0, 10, RING_FLAG_NO_SUSPEND); in tb_ctl_alloc()
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c927 ring = tb_ring_alloc_tx(xd->tb->nhi, -1, TBNET_RING_SIZE, in tbnet_open()