Home
last modified time | relevance | path

Searched defs:ib_uverbs_modify_qp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h717 struct ib_uverbs_modify_qp { struct
718 struct ib_uverbs_qp_dest dest;
719 struct ib_uverbs_qp_dest alt_dest;
720 __u32 qp_handle;
721 __u32 attr_mask;
722 __u32 qkey;
723 __u32 rq_psn;
724 __u32 sq_psn;
748 struct ib_uverbs_modify_qp base; argument
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1920 static int ib_uverbs_modify_qp(struct uverbs_attr_bundle *attrs) in ib_uverbs_modify_qp() function