1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ 2 /* 3 * Copyright(c) 2018 Intel Corporation. 4 * 5 */ 6 #ifndef HFI1_TID_RDMA_H 7 #define HFI1_TID_RDMA_H 8 9 int hfi1_qp_priv_init(struct rvt_dev_info *rdi, struct rvt_qp *qp, 10 struct ib_qp_init_attr *init_attr); 11 12 #endif /* HFI1_TID_RDMA_H */ 13 14