Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dthunderbolt.h648 void tb_ring_poll_complete(struct tb_ring *ring);
/linux-5.19.10/drivers/thunderbolt/
Dnhi.c375 void tb_ring_poll_complete(struct tb_ring *ring) in tb_ring_poll_complete() function
386 EXPORT_SYMBOL_GPL(tb_ring_poll_complete);
/linux-5.19.10/drivers/net/
Dthunderbolt.c852 tb_ring_poll_complete(net->rx_ring.ring); in tbnet_poll()