Searched defs:ib_uverbs_detach_mcast (Results 1 – 2 of 2) sorted by relevance
924 struct ib_uverbs_detach_mcast { struct925 __u8 gid[16];926 __u32 qp_handle;927 __u16 mlid;928 __u16 reserved;929 __aligned_u64 driver_data[];
2547 static int ib_uverbs_detach_mcast(struct uverbs_attr_bundle *attrs) in ib_uverbs_detach_mcast() function