Searched refs:qp_state (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c88 qp_attr.qp_state = IB_QPS_INIT;
104 qp_attr.qp_state = IB_QPS_RTR;
113 qp_attr.qp_state = IB_QPS_RTS;
126 qp_attr.qp_state = IB_QPS_RESET;
H A Dipoib_ib.c734 if (new_state == IB_QPS_ERR && qp_attr.qp_state == IB_QPS_RESET) {
736 qp_attr.qp_state, new_state);
739 qp_attr.qp_state, new_state);
792 qp_attr.qp_state = IB_QPS_ERR;
840 qp_attr.qp_state = IB_QPS_RESET;
H A Dipoib_cm.c73 .qp_state = IB_QPS_ERR
241 qp_attr.qp_state = IB_QPS_INIT;
252 qp_attr.qp_state = IB_QPS_RTR;
273 qp_attr.qp_state = IB_QPS_RTS;
866 qp_attr.qp_state = IB_QPS_RTR;
880 qp_attr.qp_state = IB_QPS_RTS;
990 qp_attr.qp_state = IB_QPS_INIT;
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c62 dst->qp_state = src->qp_state;
H A Dib_iwcm.c236 qp_attr.qp_state = IB_QPS_ERR;
249 qp_attr.qp_state = IB_QPS_SQD;
1023 switch (qp_attr->qp_state) {
H A Dib_cma.c772 qp_attr.qp_state = IB_QPS_INIT;
781 qp_attr.qp_state = IB_QPS_RTR;
786 qp_attr.qp_state = IB_QPS_RTS;
798 qp_attr.qp_state = IB_QPS_INIT;
865 qp_attr.qp_state = IB_QPS_INIT;
874 qp_attr.qp_state = IB_QPS_RTR;
906 qp_attr.qp_state = IB_QPS_RTS;
930 qp_attr.qp_state = IB_QPS_ERR;
985 if (qp_attr->qp_state == IB_QPS_RTR)
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c276 attr.qp_state = IB_QPS_INIT;
287 attr.qp_state = IB_QPS_RTR;
295 attr.qp_state = IB_QPS_RTS;
375 mlx5_ib_dbg(dev, "modifying GSI QP to state %d\n", attr->qp_state);
/freebsd-12-stable/sys/ofed/include/uapi/rdma/
H A Drdma_user_cm.h242 __u32 qp_state; member in struct:rdma_ucm_init_qp_attr
H A Dib_user_cm.h117 __u32 qp_state; member in struct:ib_ucm_init_qp_attr
H A Dib_user_verbs.h493 __u32 qp_state; member in struct:ib_uverbs_qp_attr
646 __u8 qp_state; member in struct:ib_uverbs_query_qp_resp
677 __u8 qp_state; member in struct:ib_uverbs_modify_qp
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c157 mod.qp_state = IBV_QPS_INIT;
184 mod.qp_state = IBV_QPS_INIT;
473 attr.qp_state = IBV_QPS_RTR;
494 attr.qp_state = IBV_QPS_RTS;
505 attr.qp_state = IBV_QPS_RTR;
524 attr.qp_state = IBV_QPS_RTS;
H A Duc_pingpong.c84 .qp_state = IBV_QPS_RTR,
113 attr.qp_state = IBV_QPS_RTS;
383 .qp_state = IBV_QPS_INIT,
H A Dud_pingpong.c91 .qp_state = IBV_QPS_RTR
99 attr.qp_state = IBV_QPS_RTS;
395 .qp_state = IBV_QPS_INIT,
H A Drc_pingpong.c99 .qp_state = IBV_QPS_RTR,
132 attr.qp_state = IBV_QPS_RTS;
453 .qp_state = IBV_QPS_INIT,
H A Dsrq_pingpong.c91 .qp_state = IBV_QPS_RTR,
124 attr.qp_state = IBV_QPS_RTS;
448 .qp_state = IBV_QPS_INIT,
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Dcma.c1000 cmd.qp_state = qp_attr->qp_state;
1024 qp_attr.qp_state = IBV_QPS_INIT;
1033 qp_attr.qp_state = IBV_QPS_RTR;
1058 qp_attr.qp_state = IBV_QPS_RTS;
1075 qp_attr.qp_state = IBV_QPS_SQD;
1086 qp_attr.qp_state = IBV_QPS_ERR;
1118 qp_attr.qp_state = IBV_QPS_INIT;
1134 qp_attr.qp_state = IBV_QPS_INIT;
1154 qp_attr.qp_state
[all...]
H A Drdma_cma_abi.h276 __u32 qp_state; member in struct:ucma_abi_init_qp_attr
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c242 qp_attr.qp_state = IBV_QPS_INIT;
251 qp_attr.qp_state = IBV_QPS_RTR;
/freebsd-12-stable/sys/dev/mlx4/
H A Dqp.h490 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state);
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h582 __u32 qp_state; member in struct:ibv_kern_qp_attr
731 __u8 qp_state; member in struct:ibv_query_qp_resp
762 __u8 qp_state; member in struct:ibv_modify_qp_common
H A Dverbs.c599 qp->state = attr->qp_state;
615 qp->state = attr->qp_state;
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c230 ring->qp_state = MLX4_QP_STATE_RST;
239 &ring->qp, &ring->qp_state);
248 mlx4_qp_modify(mdev->dev, NULL, ring->qp_state,
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dverbs.c587 PDBG("%s enter qp %p new state %d\n", __func__, ibqp, attr_mask & IBV_QP_STATE ? attr->qp_state : -1);
592 if (!ret && (attr_mask & IBV_QP_STATE) && attr->qp_state == IBV_QPS_RESET)
/freebsd-12-stable/contrib/ofed/libibcm/
H A Dcm.c347 cmd->qp_state = qp_attr->qp_state;
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c901 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state)
925 *qp_state = states[i + 1];
899 mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt, struct mlx4_qp_context *context, struct mlx4_qp *qp, enum mlx4_qp_state *qp_state) argument

Completed in 372 milliseconds

12