Searched defs:ib_uverbs_create_xsrq (Results 1 – 2 of 2) sorted by relevance
1183 struct ib_uverbs_create_xsrq { struct1184 __aligned_u64 response;1185 __aligned_u64 user_handle;1186 __u32 srq_type;1187 __u32 pd_handle;1188 __u32 max_wr;1189 __u32 max_sge;1190 __u32 srq_limit;1191 __u32 max_num_tags;1192 __u32 xrcd_handle;[all …]
3492 static int ib_uverbs_create_xsrq(struct uverbs_attr_bundle *attrs) in ib_uverbs_create_xsrq() function