Searched defs:ib_uverbs_open_qp (Results 1 – 2 of 2) sorted by relevance
650 struct ib_uverbs_open_qp { struct651 __aligned_u64 response;652 __aligned_u64 user_handle;653 __u32 pd_handle;654 __u32 qpn;655 __u8 qp_type;656 __u8 reserved[7];657 __aligned_u64 driver_data[];
1574 static int ib_uverbs_open_qp(struct uverbs_attr_bundle *attrs) in ib_uverbs_open_qp() function