Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/thunderbolt/
Dmain.c392 tb_ring_stop(net->rx_ring.ring); in tbnet_tear_down()
393 tb_ring_stop(net->tx_ring.ring); in tbnet_tear_down()
684 tb_ring_stop(net->rx_ring.ring); in tbnet_connected_work()
685 tb_ring_stop(net->tx_ring.ring); in tbnet_connected_work()
/Linux-v6.6/drivers/thunderbolt/
Ddma_test.c216 tb_ring_stop(dt->rx_ring); in dma_test_stop_rings()
218 tb_ring_stop(dt->tx_ring); in dma_test_stop_rings()
Dctl.c727 tb_ring_stop(ctl->rx); in tb_ctl_stop()
728 tb_ring_stop(ctl->tx); in tb_ctl_stop()
Dnhi.c764 void tb_ring_stop(struct tb_ring *ring) in tb_ring_stop() function
797 EXPORT_SYMBOL_GPL(tb_ring_stop);
/Linux-v6.6/include/linux/
Dthunderbolt.h614 void tb_ring_stop(struct tb_ring *ring);