Home
last modified time | relevance | path

Searched refs:ring_frame (Results 1 – 3 of 3) sorted by relevance

/drivers/thunderbolt/
Dnhi.h49 struct ring_frame;
50 typedef void (*ring_cb)(struct tb_ring*, struct ring_frame*, bool canceled);
55 struct ring_frame { struct
73 int __ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument
89 static inline int ring_rx(struct tb_ring *ring, struct ring_frame *frame) in ring_rx()
108 static inline int ring_tx(struct tb_ring *ring, struct ring_frame *frame) in ring_tx()
Dnhi.c135 struct ring_frame *frame, *n; in ring_write_descriptors()
167 struct ring_frame *frame; in ring_work()
227 int __ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) in __ring_enqueue()
Dctl.c20 struct ring_frame frame;
322 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
397 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()