Home
last modified time | relevance | path

Searched refs:tb_ring_alloc_tx (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dthunderbolt.h552 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
/kernel/linux/linux-6.6/include/linux/
H A Dthunderbolt.h607 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dnhi.c555 * tb_ring_alloc_tx() - Allocate DMA ring for transmit
561 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); variable
H A Dctl.c627 ctl->tx = tb_ring_alloc_tx(nhi, 0, 10, RING_FLAG_NO_SUSPEND); in tb_ctl_alloc()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dnhi.c637 * tb_ring_alloc_tx() - Allocate DMA ring for transmit
643 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); variable
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()
/kernel/linux/linux-5.10/drivers/net/
H A Dthunderbolt.c857 ring = tb_ring_alloc_tx(xd->tb->nhi, -1, TBNET_RING_SIZE, in tbnet_open()
/kernel/linux/linux-6.6/drivers/net/thunderbolt/
H A Dmain.c927 ring = tb_ring_alloc_tx(xd->tb->nhi, -1, TBNET_RING_SIZE, in tbnet_open()

Completed in 14 milliseconds