Searched refs:next_descq_idx (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c553 if (txp && txp->next_descq_idx == head) {
1808 if (txp && txp->next_descq_idx == swhead) {
2298 tx->next_descq_idx = tail;
2382 tx->next_descq_idx = 0;
2479 tx->next_descq_idx = 0;
H A Dsdma_txreq.h83 u16 next_descq_idx; member in struct:sdma_txreq
H A Dtrace_tx.h379 __entry->txnext = txp ? txp->next_descq_idx : ~0;
384 "[%s] SDE(%u) sn %llu hwhead %u swhead %u next_descq_idx %u tx_head %u tx_tail %u",
415 __entry->txnext = txp ? txp->next_descq_idx : ~0;
419 "[%s] SDE(%u) hwhead %u swhead %u next_descq_idx %u tx_head %u tx_tail %u",
/linux-master/drivers/infiniband/hw/qib/
H A Dqib.h239 u16 next_descq_idx; /* sdma private */ member in struct:qib_sdma_txreq
H A Dqib_sdma.c111 while (idx != txp->next_descq_idx) {
365 if (txp && txp->next_descq_idx == ppd->sdma_descq_head) {
497 tx->txreq.next_descq_idx = 0;
607 tx->txreq.next_descq_idx = tail;
729 "SDMA txp->start_idx: %u txp->next_descq_idx: %u\n",
730 txp->start_idx, txp->next_descq_idx);

Completed in 219 milliseconds