Searched refs:tb_ring (Results 1 – 1 of 1) sorted by relevance
502 struct tb_ring **tx_rings;503 struct tb_ring **rx_rings;538 struct tb_ring { struct613 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,619 void tb_ring_start(struct tb_ring *ring);620 void tb_ring_stop(struct tb_ring *ring);621 void tb_ring_free(struct tb_ring *ring);623 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame);669 struct ring_frame *tb_ring_poll(struct tb_ring *ring);670 void tb_ring_poll_complete(struct tb_ring *ring);[all …]
Completed in 4 milliseconds