Lines Matching defs:tx
55 void hfi1_put_txreq(struct verbs_txreq *tx)
63 qp = tx->qp;
66 if (tx->mr)
67 rvt_put_mr(tx->mr);
69 sdma_txclean(dd_from_dev(dev), &tx->txreq);
72 kmem_cache_free(dev->verbs_txreq_cache, tx);
97 struct verbs_txreq *tx = NULL;
103 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP);
104 if (tx)
119 return tx;