Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthunderbolt.h473 struct tb_ring { struct
474 spinlock_t lock;
475 struct tb_nhi *nhi;
476 int size;
477 int hop;
478 int head;
479 int tail;
480 struct ring_desc *descriptors;
504 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument