Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h900 struct ib_uverbs_detach_mcast { struct
901 __u8 gid[16];
902 __u32 qp_handle;
903 __u16 mlid;
904 __u16 reserved;
905 __aligned_u64 driver_data[0];
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2537 static int ib_uverbs_detach_mcast(struct uverbs_attr_bundle *attrs) in ib_uverbs_detach_mcast() function