Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h664 void tb_ring_poll_complete(struct tb_ring *ring);
/openbmc/linux/drivers/thunderbolt/
H A Dnhi.c417 void tb_ring_poll_complete(struct tb_ring *ring) in tb_ring_poll_complete() function
428 EXPORT_SYMBOL_GPL(tb_ring_poll_complete);
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c904 tb_ring_poll_complete(net->rx_ring.ring); in tbnet_poll()