Home
last modified time | relevance | path

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

/drivers/net/ethernet/qualcomm/
Dqca_spi.h74 u64 ring_full; member
Dqca_spi.c757 qca->stats.ring_full++; in qcaspi_netdev_xmit()
799 qca->stats.ring_full++; in qcaspi_netdev_xmit()
/drivers/infiniband/hw/hfi1/
Dipoib.h88 atomic_t ring_full; member
Dipoib_tx.c95 !atomic_xchg(&txq->ring_full, 1)) { in hfi1_ipoib_check_queue_depth()
120 atomic_xchg(&txq->ring_full, 0)) { in hfi1_ipoib_check_queue_stopped()
749 atomic_set(&txq->ring_full, 0); in hfi1_ipoib_txreq_init()
885 atomic_read(&txq->ring_full)); in hfi1_ipoib_tx_timeout()
/drivers/usb/gadget/udc/
Dtegra-xudc.c411 bool ring_full; member
1060 if (ep->ring_full) in ep_available_trbs()
1148 ep->ring_full = true; in tegra_xudc_queue_trbs()
1232 if (ep->ring_full) in tegra_xudc_ep_kick_queue()
1353 ep->ring_full = false; in squeeze_transfer_ring()
1806 ep->ring_full = false; in __tegra_xudc_ep_enable()
2712 ep->ring_full = false; in tegra_xudc_handle_transfer_event()
2812 ep0->ring_full = false; in tegra_xudc_reset()
/drivers/thunderbolt/
Dnhi.c217 static bool ring_full(struct tb_ring *ring) in ring_full() function
237 if (ring_full(ring)) in ring_write_descriptors()