Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dthunderbolt.h480 struct tb_ring { struct
481 spinlock_t lock;
482 struct tb_nhi *nhi;
483 int size;
484 int hop;
485 int head;
486 int tail;
487 struct ring_desc *descriptors;
511 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument