Home
last modified time | relevance | path

Searched refs:sdma_txclean (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_sdma.c44 sdma_txclean(vnic_sdma->dd, txreq); in vnic_sdma_complete()
168 sdma_txclean(dd, &tx->txreq); in hfi1_vnic_send_dma()
H A Dverbs_txreq.c27 sdma_txclean(dd_from_dev(dev), &tx->txreq); in hfi1_put_txreq()
H A Dipoib_tx.c131 sdma_txclean(priv->dd, &tx->txreq); in hfi1_ipoib_free_tx()
145 sdma_txclean(txq->priv->dd, &tx->txreq); in hfi1_ipoib_drain_tx_ring()
399 sdma_txclean(priv->dd, &tx->txreq); in hfi1_ipoib_send_dma_common()
780 sdma_txclean(txq->priv->dd, &tx->txreq); in hfi1_ipoib_drain_tx_list()
H A Duser_sdma.c671 sdma_txclean(pq->dd, &tx->txreq); in user_sdma_txadd_ahg()
837 sdma_txclean(pq->dd, &tx->txreq); in user_sdma_send_pkts()
1204 sdma_txclean(req->pq->dd, t); in user_sdma_free_request()
H A Dsdma.h632 static inline void sdma_txclean(struct hfi1_devdata *dd, struct sdma_txreq *tx) in sdma_txclean() function