Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthunderbolt.h528 struct tb_ring **tx_rings;
529 struct tb_ring **rx_rings;
569 struct tb_ring { struct
605 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument
656 static inline size_t tb_ring_size(const struct tb_ring *ring) in tb_ring_size()
661 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
663 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
667 void tb_ring_start(struct tb_ring *ring);
668 bool tb_ring_flush(struct tb_ring *ring, unsigned int timeout_msec);
669 void tb_ring_stop(struct tb_ring *ring);
[all …]