Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h607 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.c300 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll() function
330 EXPORT_SYMBOL_GPL(tb_ring_poll);
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c766 frame = tb_ring_poll(net->rx_ring.ring); in tbnet_poll()