Home
last modified time | relevance | path

Searched refs:ring_alloc_tx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thunderbolt/
Dnhi.h67 struct tb_ring *ring_alloc_tx(struct tb_nhi *nhi, int hop, int size);
Dnhi.c297 struct tb_ring *ring_alloc_tx(struct tb_nhi *nhi, int hop, int size) in ring_alloc_tx() function
Dctl.c491 ctl->tx = ring_alloc_tx(nhi, 0, 10); in tb_ctl_alloc()