Searched refs:no_desc (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib.h | 73 * @no_desc: descriptor shortage seen 89 atomic_t no_desc; member
|
H A D | ipoib_tx.c | 648 if (!atomic_xchg(&txq->no_desc, 1)) { in hfi1_ipoib_sdma_sleep() 690 if (atomic_xchg(&txq->no_desc, 0)) in hfi1_ipoib_flush_txq() 747 atomic_set(&txq->no_desc, 0); in hfi1_ipoib_txreq_init()
|
H A D | trace_tx.h | 950 __field(int, no_desc) 966 __entry->no_desc = atomic_read(&txq->no_desc); 971 "[%s] txq %llx idx %u sde %llx head %lx tail %lx flow %x used %u stops %d no_desc %d stopped %u", 981 __entry->no_desc,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ipoib.h | 75 * @no_desc: descriptor shortage seen 89 atomic_t no_desc; member
|
H A D | ipoib_tx.c | 636 if (!atomic_xchg(&txq->tx_ring.no_desc, 1)) { in hfi1_ipoib_sdma_sleep() 679 if (atomic_xchg(&txq->tx_ring.no_desc, 0)) in hfi1_ipoib_flush_txq() 722 atomic_set(&txq->tx_ring.no_desc, 0); in hfi1_ipoib_txreq_init() 846 dd_dev_info(priv->dd, "timeout txq %p q %u stopped %u stops %d no_desc %d ring_full %d\n", in hfi1_ipoib_tx_timeout() 850 atomic_read(&txq->tx_ring.no_desc), in hfi1_ipoib_tx_timeout()
|
H A D | trace_tx.h | 908 __field(int, no_desc) 924 __entry->no_desc = atomic_read(&txq->tx_ring.no_desc); 929 "[%s] txq %llx idx %u sde %llx:%u cpu %d head %lx tail %lx flow %x used %u stops %d no_desc %d stopped %u", 941 __entry->no_desc,
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | sirf-dma.c | 716 goto no_desc; in sirfsoc_dma_prep_interleaved() 751 no_desc: in sirfsoc_dma_prep_interleaved()
|
Completed in 8 milliseconds