Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dthunderbolt.h531 struct tb_ring { struct
532 spinlock_t lock;
533 struct tb_nhi *nhi;
534 int size;
535 int hop;
536 int head;
537 int tail;
538 struct ring_desc *descriptors;
539 dma_addr_t descriptors_dma;
563 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument