Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthunderbolt.h602 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
/Linux-v4.19/drivers/thunderbolt/
Dnhi.c288 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll() function
318 EXPORT_SYMBOL_GPL(tb_ring_poll);
/Linux-v4.19/drivers/net/
Dthunderbolt.c769 frame = tb_ring_poll(net->rx_ring.ring); in tbnet_poll()