Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h609 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
/openbmc/linux/drivers/thunderbolt/
H A Dnhi.c664 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size, in tb_ring_alloc_rx() function
672 EXPORT_SYMBOL_GPL(tb_ring_alloc_rx);
H A Ddma_test.c175 ring = tb_ring_alloc_rx(xd->tb->nhi, -1, DMA_TEST_RX_RING_SIZE, in dma_test_start_rings()
H A Dctl.c648 ctl->rx = tb_ring_alloc_rx(nhi, 0, 10, RING_FLAG_NO_SUSPEND, 0, 0xffff, in tb_ctl_alloc()
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c952 ring = tb_ring_alloc_rx(xd->tb->nhi, -1, TBNET_RING_SIZE, flags, in tbnet_open()