Home
last modified time | relevance | path

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

/linux/include/linux/
A Dthunderbolt.h478 struct tb_ring **tx_rings;
479 struct tb_ring **rx_rings;
513 struct tb_ring { struct
588 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size,
594 void tb_ring_start(struct tb_ring *ring);
595 void tb_ring_stop(struct tb_ring *ring);
596 void tb_ring_free(struct tb_ring *ring);
598 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame);
644 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
645 void tb_ring_poll_complete(struct tb_ring *ring);
[all …]
/linux/drivers/thunderbolt/
A Dnhi.c40 static int ring_interrupt_index(struct tb_ring *ring) in ring_interrupt_index()
179 static bool ring_full(struct tb_ring *ring) in ring_full()
184 static bool ring_empty(struct tb_ring *ring) in ring_empty()
352 static void __ring_interrupt(struct tb_ring *ring) in __ring_interrupt()
372 void tb_ring_poll_complete(struct tb_ring *ring) in tb_ring_poll_complete()
399 struct tb_ring *ring = data; in ring_msix()
518 struct tb_ring *ring = NULL; in tb_ring_alloc()
616 void tb_ring_start(struct tb_ring *ring) in tb_ring_start()
700 void tb_ring_stop(struct tb_ring *ring) in tb_ring_stop()
745 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.c38 struct tb_ring *tx;
39 struct tb_ring *rx;
346 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
427 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
/linux/drivers/net/
A Dthunderbolt.c141 struct tb_ring *ring;
542 static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tbnet_tx_callback()
869 struct tb_ring *ring; in tbnet_open()

Completed in 25 milliseconds