Searched refs:qp_attr_mask (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/sys/ofed/include/rdma/
H A Diw_cm.h252 * @qp_attr_mask: Pointer to a bit vector specifying which QP attributes are
256 int *qp_attr_mask);
H A Drdma_cm.h252 * @qp_attr_mask: The QP attribute mask that may be used to transition the
264 int *qp_attr_mask);
H A Dib_cm.h553 * @qp_attr_mask: The QP attribute mask that may be used to transition the
563 int *qp_attr_mask);
H A Dib_verbs.h1975 int qp_attr_mask,
1979 int qp_attr_mask,
2742 * @qp_attr_mask: A bit-mask used to specify which attributes of the QP
2747 int qp_attr_mask);
2754 * @qp_attr_mask: A bit-mask used to select specific attributes to query.
2757 * The qp_attr_mask may be used to limit the query to gathering only the
2762 int qp_attr_mask,
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c237 int qp_attr_mask, ret; local
240 ret = ib_cm_init_qp_attr(cm_id, &qp_attr, &qp_attr_mask);
245 ret = ib_modify_qp(qp, &qp_attr, qp_attr_mask);
251 ret = ib_cm_init_qp_attr(cm_id, &qp_attr, &qp_attr_mask);
257 ret = ib_modify_qp(qp, &qp_attr, qp_attr_mask);
272 ret = ib_cm_init_qp_attr(cm_id, &qp_attr, &qp_attr_mask);
277 ret = ib_modify_qp(qp, &qp_attr, qp_attr_mask);
848 int qp_attr_mask, ret; local
861 ret = ib_cm_init_qp_attr(cm_id, &qp_attr, &qp_attr_mask);
868 ret = ib_modify_qp(p->qp, &qp_attr, qp_attr_mask);
977 int qp_attr_mask, ret; local
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c990 int *qp_attr_mask)
1009 *qp_attr_mask = resp.qp_attr_mask;
1017 int qp_attr_mask, ret; local
1025 ret = rdma_init_qp_attr(id, &qp_attr, &qp_attr_mask);
1029 ret = ibv_modify_qp(id->qp, &qp_attr, qp_attr_mask);
1034 ret = rdma_init_qp_attr(id, &qp_attr, &qp_attr_mask);
1040 * mask off qp_attr_mask bits 21-24 which are used for RoCE
1046 qp_attr_mask &= UINT_MAX ^ 0xe00000;
1050 return rdma_seterrno(ibv_modify_qp(id->qp, &qp_attr, qp_attr_mask));
989 rdma_init_qp_attr(struct rdma_cm_id *id, struct ibv_qp_attr *qp_attr, int *qp_attr_mask) argument
1056 int qp_attr_mask, ret; local
1129 int qp_attr_mask, ret; local
1176 int qp_attr_mask, ret; local
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c967 int *qp_attr_mask)
978 *qp_attr_mask = IB_QP_STATE | IB_QP_ACCESS_FLAGS;
993 int *qp_attr_mask)
1004 *qp_attr_mask = 0;
1017 int *qp_attr_mask)
1027 qp_attr, qp_attr_mask);
1031 qp_attr, qp_attr_mask);
965 iwcm_init_qp_init_attr(struct iwcm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
991 iwcm_init_qp_rts_attr(struct iwcm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
1015 iw_cm_init_qp_attr(struct iw_cm_id *cm_id, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
H A Dib_cma.c770 int qp_attr_mask, ret; local
773 ret = rdma_init_qp_attr(&id_priv->id, &qp_attr, &qp_attr_mask);
777 ret = ib_modify_qp(qp, &qp_attr, qp_attr_mask);
796 int qp_attr_mask, ret; local
799 ret = rdma_init_qp_attr(&id_priv->id, &qp_attr, &qp_attr_mask);
803 return ib_modify_qp(qp, &qp_attr, qp_attr_mask);
855 int qp_attr_mask, ret; local
866 ret = rdma_init_qp_attr(&id_priv->id, &qp_attr, &qp_attr_mask);
870 ret = ib_modify_qp(id_priv->id.qp, &qp_attr, qp_attr_mask);
875 ret = rdma_init_qp_attr(&id_priv->id, &qp_attr, &qp_attr_mask);
898 int qp_attr_mask, ret; local
937 cma_ib_init_qp_attr(struct rdma_id_private *id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
971 rdma_init_qp_attr(struct rdma_cm_id *id, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
[all...]
H A Dib_cm.c3706 int *qp_attr_mask)
3722 *qp_attr_mask = IB_QP_STATE | IB_QP_ACCESS_FLAGS |
3742 int *qp_attr_mask)
3756 *qp_attr_mask = IB_QP_STATE | IB_QP_AV | IB_QP_PATH_MTU |
3764 *qp_attr_mask |= IB_QP_MAX_DEST_RD_ATOMIC |
3771 *qp_attr_mask |= IB_QP_ALT_PATH;
3789 int *qp_attr_mask)
3806 *qp_attr_mask = IB_QP_STATE | IB_QP_SQ_PSN;
3811 *qp_attr_mask |= IB_QP_RETRY_CNT | IB_QP_RNR_RETRY |
3818 *qp_attr_mask |
3704 cm_init_qp_init_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
3740 cm_init_qp_rtr_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
3787 cm_init_qp_rts_attr(struct cm_id_private *cm_id_priv, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
3846 ib_cm_init_qp_attr(struct ib_cm_id *cm_id, struct ib_qp_attr *qp_attr, int *qp_attr_mask) argument
[all...]
H A Dib_verbs.c1244 int qp_attr_mask)
1246 if (qp_attr_mask & IB_QP_AV) {
1254 return qp->device->modify_qp(qp->real_qp, qp_attr, qp_attr_mask, NULL);
1260 int qp_attr_mask,
1264 qp->device->query_qp(qp->real_qp, qp_attr, qp_attr_mask, qp_init_attr) :
1242 ib_modify_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, int qp_attr_mask) argument
1258 ib_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr) argument
H A Dib_ucm.c617 resp.qp_attr_mask = 0;
620 result = ib_cm_init_qp_attr(ctx->cm_id, &qp_attr, &resp.qp_attr_mask);
H A Dib_ucma.c1163 resp.qp_attr_mask = 0;
1166 ret = rdma_init_qp_attr(ctx->cm_id, &qp_attr, &resp.qp_attr_mask);
/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.h518 * @qp_attr_mask: The QP attribute mask that may be used to transition the
528 int *qp_attr_mask);
H A Dcm.c334 int *qp_attr_mask)
342 if (!qp_attr || !qp_attr_mask)
355 *qp_attr_mask = resp->qp_attr_mask;
332 ib_cm_init_qp_attr(struct ib_cm_id *cm_id, struct ibv_qp_attr *qp_attr, int *qp_attr_mask) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c394 int qp_attr_mask,
401 ret = ib_query_qp(gsi->rx_qp, qp_attr, qp_attr_mask, qp_init_attr);
393 mlx5_ib_gsi_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr) argument
H A Dmlx5_ib.h813 int mlx5_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,
964 int qp_attr_mask,
H A Dmlx5_ib_qp.c4481 int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr)
4492 return mlx5_ib_gsi_query_qp(ibqp, qp_attr, qp_attr_mask,
4480 mlx5_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr) argument
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_dev.h531 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,
H A Dmthca_qp.c424 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, argument
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h581 __u32 qp_attr_mask; member in struct:ibv_kern_qp_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h492 __u32 qp_attr_mask; member in struct:ib_uverbs_qp_attr
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h777 int mlx4_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,
H A Dmlx4_ib_qp.c1508 enum ib_qp_attr_mask qp_attr_mask,
1521 enum ib_qp_attr_mask qp_attr_mask,
3428 int mlx4_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, argument
1507 mlx4_set_path(struct mlx4_ib_dev *dev, const struct ib_qp_attr *qp, enum ib_qp_attr_mask qp_attr_mask, struct mlx4_ib_qp *mqp, struct mlx4_qp_path *path, u8 port, u16 vlan_id, u8 *smac) argument
1519 mlx4_set_alt_path(struct mlx4_ib_dev *dev, const struct ib_qp_attr *qp, enum ib_qp_attr_mask qp_attr_mask, struct mlx4_ib_qp *mqp, struct mlx4_qp_path *path, u8 port) argument

Completed in 435 milliseconds