Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dthunderbolt.c375 tb_ring_stop(net->rx_ring.ring); in tbnet_tear_down()
376 tb_ring_stop(net->tx_ring.ring); in tbnet_tear_down()
630 tb_ring_stop(net->rx_ring.ring); in tbnet_connected_work()
631 tb_ring_stop(net->tx_ring.ring); in tbnet_connected_work()
/Linux-v5.4/include/linux/
Dthunderbolt.h560 void tb_ring_stop(struct tb_ring *ring);
/Linux-v5.4/drivers/thunderbolt/
Dctl.c699 tb_ring_stop(ctl->rx); in tb_ctl_stop()
700 tb_ring_stop(ctl->tx); in tb_ctl_stop()
Dnhi.c663 void tb_ring_stop(struct tb_ring *ring) in tb_ring_stop() function
696 EXPORT_SYMBOL_GPL(tb_ring_stop);