mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 05:35:12 +07:00
14 lines
298 B
C
14 lines
298 B
C
|
/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
|
||
|
/*
|
||
|
* Copyright(c) 2018 Intel Corporation.
|
||
|
*
|
||
|
*/
|
||
|
#ifndef HFI1_TID_RDMA_H
|
||
|
#define HFI1_TID_RDMA_H
|
||
|
|
||
|
int hfi1_qp_priv_init(struct rvt_dev_info *rdi, struct rvt_qp *qp,
|
||
|
struct ib_qp_init_attr *init_attr);
|
||
|
|
||
|
#endif /* HFI1_TID_RDMA_H */
|
||
|
|