Searched refs:ring_frame (Results 1 – 3 of 3) sorted by relevance
/drivers/thunderbolt/ |
D | nhi.h | 49 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()
|
D | nhi.c | 135 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()
|
D | ctl.c | 20 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()
|