Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dthunderbolt.h650 void tb_ring_poll_complete(struct tb_ring *ring);
/linux-6.1.9/drivers/thunderbolt/
Dnhi.c381 void tb_ring_poll_complete(struct tb_ring *ring) in tb_ring_poll_complete() function
392 EXPORT_SYMBOL_GPL(tb_ring_poll_complete);
/linux-6.1.9/drivers/net/
Dthunderbolt.c864 tb_ring_poll_complete(net->rx_ring.ring); in tbnet_poll()