Home
last modified time | relevance | path

Searched refs:tb_ring (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
A Dthunderbolt.h495 struct tb_ring **tx_rings;
496 struct tb_ring **rx_rings;
531 struct tb_ring { struct
606 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
612 void tb_ring_start(struct tb_ring *ring);
613 void tb_ring_stop(struct tb_ring *ring);
614 void tb_ring_free(struct tb_ring *ring);
616 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame);
662 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
663 void tb_ring_poll_complete(struct tb_ring *ring);
[all …]
/linux/drivers/thunderbolt/
A Dnhi.c224 static bool ring_full(struct tb_ring *ring) in ring_full()
229 static bool ring_empty(struct tb_ring *ring) in ring_empty()
397 static void __ring_interrupt(struct tb_ring *ring) in __ring_interrupt()
417 void tb_ring_poll_complete(struct tb_ring *ring) in tb_ring_poll_complete()
447 struct tb_ring *ring = data; in ring_msix()
493 static void ring_release_msix(struct tb_ring *ring) in ring_release_msix()
582 struct tb_ring *ring = NULL; in tb_ring_alloc()
680 void tb_ring_start(struct tb_ring *ring) in tb_ring_start()
764 void tb_ring_stop(struct tb_ring *ring) in tb_ring_stop()
809 void tb_ring_free(struct tb_ring *ring) in tb_ring_free()
[all …]
A Ddma_test.c95 struct tb_ring *rx_ring;
97 struct tb_ring *tx_ring;
141 struct tb_ring *ring; in dma_test_start_rings()
230 static void dma_test_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in dma_test_rx_callback()
299 static void dma_test_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in dma_test_tx_callback()
A Dctl.c41 struct tb_ring *tx;
42 struct tb_ring *rx;
342 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
435 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
/linux/drivers/net/thunderbolt/
A Dmain.c145 struct tb_ring *ring;
569 static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tbnet_tx_callback()
921 struct tb_ring *ring; in tbnet_open()

Completed in 22 milliseconds