Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h663 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
/openbmc/linux/drivers/thunderbolt/
H A Dnhi.c349 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll() function
379 EXPORT_SYMBOL_GPL(tb_ring_poll);
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c828 frame = tb_ring_poll(net->rx_ring.ring); in tbnet_poll()