Searched defs:ib_uverbs_detach_mcast (Results 1 – 2 of 2) sorted by relevance
908 struct ib_uverbs_detach_mcast { struct909 __u8 gid[16];910 __u32 qp_handle;911 __u16 mlid;912 __u16 reserved;913 __aligned_u64 driver_data[];
2520 static int ib_uverbs_detach_mcast(struct uverbs_attr_bundle *attrs) in ib_uverbs_detach_mcast() function