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