Searched defs:ib_uverbs_open_qp (Results 1 – 2 of 2) sorted by relevance
612 struct ib_uverbs_open_qp { struct613 __aligned_u64 response;614 __aligned_u64 user_handle;615 __u32 pd_handle;616 __u32 qpn;617 __u8 qp_type;618 __u8 reserved[7];619 __aligned_u64 driver_data[0];
1721 ssize_t ib_uverbs_open_qp(struct ib_uverbs_file *file, in ib_uverbs_open_qp() function