Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dstream.c113 struct tbstream_ring { struct
155 struct tbstream_ring tx_ring;
156 struct tbstream_ring rx_ring;
244 static void tbstream_ring_free(struct tbstream_ring *ring) in tbstream_ring_free()
272 static inline bool tbstream_ring_available(const struct tbstream_ring *ring) in tbstream_ring_available()