Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dstream.c272 static inline bool tbstream_ring_available(const struct tbstream_ring *ring) in tbstream_ring_available() function
502 if (!tbstream_ring_available(&sdev->tx_ring)) in tbstream_dev_alloc_tx()
649 while (!tbstream_ring_available(&sdev->rx_ring)) { in tbstream_dev_fops_read_iter()
655 tbstream_ring_available(&sdev->rx_ring) || in tbstream_dev_fops_read_iter()
741 while (!tbstream_ring_available(&sdev->tx_ring)) { in tbstream_dev_fops_write_iter()
747 tbstream_ring_available(&sdev->tx_ring) || in tbstream_dev_fops_write_iter()
801 if (tbstream_ring_available(&sdev->tx_ring)) in tbstream_dev_fops_poll()
803 if (tbstream_ring_available(&sdev->rx_ring)) in tbstream_dev_fops_poll()