Lines Matching refs:sde
131 tx->txq->sde->this_idx); in hfi1_ipoib_free_tx()
404 txp->txq->sde = in hfi1_ipoib_send_dma_common()
425 ret = sdma_send_txlist(txq->sde, in hfi1_ipoib_submit_tx_list()
459 ret = sdma_send_txreq(txq->sde, in hfi1_ipoib_submit_tx()
617 static int hfi1_ipoib_sdma_sleep(struct sdma_engine *sde, in hfi1_ipoib_sdma_sleep() argument
626 write_seqlock(&sde->waitlock); in hfi1_ipoib_sdma_sleep()
629 if (sdma_progress(sde, seq, txreq)) { in hfi1_ipoib_sdma_sleep()
630 write_sequnlock(&sde->waitlock); in hfi1_ipoib_sdma_sleep()
640 iowait_queue(pkts_sent, wait->iow, &sde->dmawait); in hfi1_ipoib_sdma_sleep()
643 write_sequnlock(&sde->waitlock); in hfi1_ipoib_sdma_sleep()
647 write_sequnlock(&sde->waitlock); in hfi1_ipoib_sdma_sleep()
729 txq->sde = NULL; in hfi1_ipoib_txreq_init()