Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
0002 /*
0003  * Copyright(c) 2016 Intel Corporation.
0004  */
0005 
0006 #ifndef DEF_RVTMCAST_H
0007 #define DEF_RVTMCAST_H
0008 
0009 #include <rdma/rdma_vt.h>
0010 
0011 void rvt_driver_mcast_init(struct rvt_dev_info *rdi);
0012 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
0013 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid);
0014 int rvt_mcast_tree_empty(struct rvt_dev_info *rdi);
0015 
0016 #endif          /* DEF_RVTMCAST_H */