Searched defs:ib_uverbs_open_qp (Results 1 – 2 of 2) sorted by relevance
634 struct ib_uverbs_open_qp { struct635 __aligned_u64 response;636 __aligned_u64 user_handle;637 __u32 pd_handle;638 __u32 qpn;639 __u8 qp_type;640 __u8 reserved[7];641 __aligned_u64 driver_data[];
1547 static int ib_uverbs_open_qp(struct uverbs_attr_bundle *attrs) in ib_uverbs_open_qp() function