Searched defs:ibv_open_qp (Results 1 – 2 of 2) sorted by relevance
647 struct ibv_open_qp { struct648 __u32 command;649 __u16 in_words;650 __u16 out_words;651 __u64 response;652 __u64 user_handle;653 __u32 pd_handle;654 __u32 qpn;655 __u8 qp_type;656 __u8 reserved[7];[all …]
2105 ibv_open_qp(struct ibv_context *context, struct ibv_qp_open_attr *qp_open_attr) in ibv_open_qp() function