Home
last modified time | relevance | path

Searched defs:ib_uverbs_detach_mcast (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/rdma/
H A Dib_user_verbs.h908 struct ib_uverbs_detach_mcast { struct
909 __u8 gid[16];
910 __u32 qp_handle;
911 __u16 mlid;
912 __u16 reserved;
913 __aligned_u64 driver_data[];
/linux/drivers/infiniband/core/
H A Duverbs_cmd.c2520 static int ib_uverbs_detach_mcast(struct uverbs_attr_bundle *attrs) in ib_uverbs_detach_mcast() function