Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h496 struct tb_ring **tx_rings;
497 struct tb_ring **rx_rings;
532 struct tb_ring { struct
607 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
613 void tb_ring_start(struct tb_ring *ring);
614 void tb_ring_stop(struct tb_ring *ring);
615 void tb_ring_free(struct tb_ring *ring);
617 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame);
663 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
664 void tb_ring_poll_complete(struct tb_ring *ring);
[all …]
/openbmc/linux/drivers/thunderbolt/
H 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 …]
H 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()
H A Dctl.c38 struct tb_ring *tx;
39 struct tb_ring *rx;
337 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
426 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
/openbmc/linux/drivers/net/thunderbolt/
H 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()