Home
last modified time | relevance | path

Searched refs:path_mig_state (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dmarshall.c61 dst->path_mig_state = src->path_mig_state; in ibv_copy_qp_attr_from_kern()
H A Dkern-abi.h585 __u32 path_mig_state; member
734 __u8 path_mig_state; member
765 __u8 path_mig_state; member
H A Dcmd.c1257 attr->path_mig_state = resp.path_mig_state; in ibv_cmd_query_qp()
1390 cmd->path_mig_state = attr->path_mig_state; in copy_modify_qp_fields()
H A Dverbs.h888 enum ibv_mig_state path_mig_state; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c63 dst->path_mig_state = src->path_mig_state; in ib_copy_qp_attr_to_user()
H A Dib_uverbs_cmd.c1685 resp.path_mig_state = attr->path_mig_state; in ib_uverbs_query_qp()
1861 attr->path_mig_state = cmd->base.path_mig_state; in modify_qp()
H A Dib_cm.c3935 qp_attr->path_mig_state = IB_MIG_REARM; in cm_init_qp_rts_attr()
3943 qp_attr->path_mig_state = IB_MIG_REARM; in cm_init_qp_rts_attr()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h533 __u32 path_mig_state; member
701 __u8 path_mig_state; member
732 __u8 path_mig_state; member
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c462 qp_attr->path_mig_state = in mthca_query_qp()
576 switch (attr->path_mig_state) { in __mthca_modify_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1660 switch (attr->path_mig_state) { in __mlx4_ib_modify_qp()
3455 qp_attr->path_mig_state = in mlx4_ib_query_qp()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1160 enum ib_mig_state path_mig_state; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2746 switch (attr->path_mig_state) { in __mlx5_ib_modify_qp()
4512 qp_attr->path_mig_state = in query_qp_attr()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c3718 qp_attr->path_mig_state = IB_MIG_MIGRATED; in qlnxr_query_qp()