Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthunderbolt.h671 void tb_ring_poll_complete(struct tb_ring *ring);
/linux/drivers/thunderbolt/
H A Dnhi.c420 void tb_ring_poll_complete(struct tb_ring *ring) in tb_ring_poll_complete() function
431 EXPORT_SYMBOL_GPL(tb_ring_poll_complete);
/linux/drivers/net/thunderbolt/
H A Dmain.c905 tb_ring_poll_complete(net->rx_ring.ring); in tbnet_poll()