Home
last modified time | relevance | path

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

/include/linux/
Dthunderbolt.h448 struct tb_ring **tx_rings;
449 struct tb_ring **rx_rings;
480 struct tb_ring { struct
509 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument
552 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
554 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
557 void tb_ring_start(struct tb_ring *ring);
558 void tb_ring_stop(struct tb_ring *ring);
559 void tb_ring_free(struct tb_ring *ring);
561 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame);
[all …]