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