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