Searched defs:tb_ring (Results 1 – 1 of 1) sorted by relevance
532 struct tb_ring { struct533 spinlock_t lock;534 struct tb_nhi *nhi;535 int size;536 int hop;537 int head;538 int tail;539 struct ring_desc *descriptors;540 dma_addr_t descriptors_dma;564 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument