Searched defs:tb_ring (Results 1 – 1 of 1) sorted by relevance
569 struct tb_ring { struct570 spinlock_t lock;571 struct tb_nhi *nhi;572 int size;573 int hop;574 int head;575 int tail;576 struct ring_desc *descriptors;577 dma_addr_t descriptors_dma;578 struct list_head queue;[all …]