Searched defs:tb_ring (Results 1 – 2 of 2) sorted by relevance
480 struct tb_ring { struct481 spinlock_t lock;482 struct tb_nhi *nhi;483 int size;484 int hop;485 int head;509 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument
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