Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dthunderbolt.h513 struct tb_ring { struct
514 spinlock_t lock;
515 struct tb_nhi *nhi;
516 int size;
517 int hop;
518 int head;
519 int tail;
520 struct ring_desc *descriptors;
521 dma_addr_t descriptors_dma;
545 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument