Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthunderbolt.h518 struct tb_ring { struct
519 spinlock_t lock;
520 struct tb_nhi *nhi;
521 int size;
522 int hop;
523 int head;
524 int tail;
525 struct ring_desc *descriptors;
526 dma_addr_t descriptors_dma;
550 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument