Searched defs:tb_ring (Results 1 – 1 of 1) sorted by relevance
538 struct tb_ring { struct539 spinlock_t lock;540 struct tb_nhi *nhi;541 int size;542 int hop;543 int head;544 int tail;545 struct ring_desc *descriptors;546 dma_addr_t descriptors_dma;570 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument