Lines Matching refs:txp
364 struct sdma_txreq *txp, *txp_next; in sdma_flush() local
376 list_for_each_entry_safe(txp, txp_next, &flushlist, list) in sdma_flush()
377 complete_tx(sde, txp, SDMA_TXREQ_S_ABORTED); in sdma_flush()
540 struct sdma_txreq *txp = get_txhead(sde); in sdma_flush_descq() local
553 if (txp && txp->next_descq_idx == head) { in sdma_flush_descq()
556 complete_tx(sde, txp, SDMA_TXREQ_S_ABORTED); in sdma_flush_descq()
557 trace_hfi1_sdma_progress(sde, head, tail, txp); in sdma_flush_descq()
558 txp = get_txhead(sde); in sdma_flush_descq()
1788 struct sdma_txreq *txp = NULL; in sdma_make_progress() local
1802 txp = get_txhead(sde); in sdma_make_progress()
1804 trace_hfi1_sdma_progress(sde, hwhead, swhead, txp); in sdma_make_progress()
1810 if (txp && txp->next_descq_idx == swhead) { in sdma_make_progress()
1813 complete_tx(sde, txp, SDMA_TXREQ_S_OK); in sdma_make_progress()
1815 txp = get_txhead(sde); in sdma_make_progress()
1817 trace_hfi1_sdma_progress(sde, hwhead, swhead, txp); in sdma_make_progress()