Searched defs:tb_ring (Results 1 – 1 of 1) sorted by relevance
473 struct tb_ring { struct474 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