// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause /* * Copyright(c) 2016 - 2018 Intel Corporation. */ #include "hfi.h" #include "verbs_txreq.h" #include "qp.h" #include "trace.h" #define TXREQ_LEN … void hfi1_put_txreq(struct verbs_txreq *tx) { … } struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev, struct rvt_qp *qp) __must_hold(&qp->s_lock) { … } int verbs_txreq_init(struct hfi1_ibdev *dev) { … } void verbs_txreq_exit(struct hfi1_ibdev *dev) { … }