Searched refs:ring_frame (Results 1 – 1 of 1) sorted by relevance
569 struct ring_frame;570 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);600 struct ring_frame { struct623 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument641 static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_rx()662 static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_tx()669 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
Completed in 5 milliseconds