Home
last modified time | relevance | path

Searched refs:qp_state (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c86 qp_attr.qp_state = IB_QPS_INIT; in ipoib_init_qp()
102 qp_attr.qp_state = IB_QPS_RTR; in ipoib_init_qp()
111 qp_attr.qp_state = IB_QPS_RTS; in ipoib_init_qp()
124 qp_attr.qp_state = IB_QPS_RESET; in ipoib_init_qp()
H A Dipoib_ib.c732 if (new_state == IB_QPS_ERR && qp_attr.qp_state == IB_QPS_RESET) { in check_qp_movement_and_print()
734 qp_attr.qp_state, new_state); in check_qp_movement_and_print()
737 qp_attr.qp_state, new_state); in check_qp_movement_and_print()
790 qp_attr.qp_state = IB_QPS_ERR; in ipoib_ib_dev_stop()
838 qp_attr.qp_state = IB_QPS_RESET; in ipoib_ib_dev_stop()
H A Dipoib_cm.c71 .qp_state = IB_QPS_ERR
239 qp_attr.qp_state = IB_QPS_INIT; in ipoib_cm_modify_rx_qp()
250 qp_attr.qp_state = IB_QPS_RTR; in ipoib_cm_modify_rx_qp()
271 qp_attr.qp_state = IB_QPS_RTS; in ipoib_cm_modify_rx_qp()
865 qp_attr.qp_state = IB_QPS_RTR; in ipoib_cm_rep_handler()
879 qp_attr.qp_state = IB_QPS_RTS; in ipoib_cm_rep_handler()
991 qp_attr.qp_state = IB_QPS_INIT; in ipoib_cm_modify_tx_init()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c277 attr.qp_state = IB_QPS_INIT; in modify_to_rts()
288 attr.qp_state = IB_QPS_RTR; in modify_to_rts()
296 attr.qp_state = IB_QPS_RTS; in modify_to_rts()
376 mlx5_ib_dbg(dev, "modifying GSI QP to state %d\n", attr->qp_state); in mlx5_ib_gsi_modify_qp()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c157 mod.qp_state = IBV_QPS_INIT; in create_qps()
184 mod.qp_state = IBV_QPS_INIT; in create_qps()
473 attr.qp_state = IBV_QPS_RTR; in connect_qps()
494 attr.qp_state = IBV_QPS_RTS; in connect_qps()
505 attr.qp_state = IBV_QPS_RTR; in connect_qps()
524 attr.qp_state = IBV_QPS_RTS; in connect_qps()
H A Duc_pingpong.c84 .qp_state = IBV_QPS_RTR, in pp_connect_ctx()
113 attr.qp_state = IBV_QPS_RTS; in pp_connect_ctx()
387 .qp_state = IBV_QPS_INIT, in pp_init_ctx()
H A Dud_pingpong.c91 .qp_state = IBV_QPS_RTR in pp_connect_ctx()
99 attr.qp_state = IBV_QPS_RTS; in pp_connect_ctx()
399 .qp_state = IBV_QPS_INIT, in pp_init_ctx()
H A Drc_pingpong.c99 .qp_state = IBV_QPS_RTR, in pp_connect_ctx()
132 attr.qp_state = IBV_QPS_RTS; in pp_connect_ctx()
457 .qp_state = IBV_QPS_INIT, in pp_init_ctx()
H A Dsrq_pingpong.c91 .qp_state = IBV_QPS_RTR, in pp_connect_ctx()
124 attr.qp_state = IBV_QPS_RTS; in pp_connect_ctx()
452 .qp_state = IBV_QPS_INIT, in pp_init_ctx()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c60 dst->qp_state = src->qp_state; in ib_copy_qp_attr_to_user()
H A Dib_iwcm.c255 qp_attr.qp_state = IB_QPS_ERR; in iwcm_modify_qp_err()
268 qp_attr.qp_state = IB_QPS_SQD; in iwcm_modify_qp_sqd()
1039 switch (qp_attr->qp_state) { in iw_cm_init_qp_attr()
H A Dib_cma.c802 qp_attr.qp_state = IB_QPS_INIT; in cma_init_ud_qp()
811 qp_attr.qp_state = IB_QPS_RTR; in cma_init_ud_qp()
816 qp_attr.qp_state = IB_QPS_RTS; in cma_init_ud_qp()
828 qp_attr.qp_state = IB_QPS_INIT; in cma_init_conn_qp()
895 qp_attr.qp_state = IB_QPS_INIT; in cma_modify_qp_rtr()
904 qp_attr.qp_state = IB_QPS_RTR; in cma_modify_qp_rtr()
936 qp_attr.qp_state = IB_QPS_RTS; in cma_modify_qp_rts()
960 qp_attr.qp_state = IB_QPS_ERR; in cma_modify_qp_err()
1015 if (qp_attr->qp_state == IB_QPS_RTR) in rdma_init_qp_attr()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c1001 cmd.qp_state = qp_attr->qp_state; in rdma_init_qp_attr()
1025 qp_attr.qp_state = IBV_QPS_INIT; in ucma_modify_qp_rtr()
1034 qp_attr.qp_state = IBV_QPS_RTR; in ucma_modify_qp_rtr()
1059 qp_attr.qp_state = IBV_QPS_RTS; in ucma_modify_qp_rts()
1076 qp_attr.qp_state = IBV_QPS_SQD; in ucma_modify_qp_sqd()
1087 qp_attr.qp_state = IBV_QPS_ERR; in ucma_modify_qp_err()
1119 qp_attr.qp_state = IBV_QPS_INIT; in ucma_init_conn_qp3()
1135 qp_attr.qp_state = IBV_QPS_INIT; in ucma_init_conn_qp()
1155 qp_attr.qp_state = IBV_QPS_INIT; in ucma_init_ud_qp3()
1163 qp_attr.qp_state = IBV_QPS_RTR; in ucma_init_ud_qp3()
[all …]
H A Drdma_cma_abi.h276 __u32 qp_state; member
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c256 qp_attr.qp_state = IBV_QPS_INIT; in rdmasniff_activate()
265 qp_attr.qp_state = IBV_QPS_RTR; in rdmasniff_activate()
/freebsd/sys/ofed/include/uapi/rdma/
H A Drdma_user_cm.h240 __u32 qp_state; member
H A Dib_user_verbs.h530 __u32 qp_state; member
698 __u8 qp_state; member
729 __u8 qp_state; member
H A Dib_user_cm.h115 __u32 qp_state; member
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c733 attr->qp_state = iwqp->ibqp_state; in irdma_query_qp()
970 __builtin_return_address(0), ibqp->qp_num, attr->qp_state, in irdma_modify_qp_roce()
975 if (!ib_modify_qp_is_ok(iwqp->ibqp_state, attr->qp_state, in irdma_modify_qp_roce()
980 attr->qp_state); in irdma_modify_qp_roce()
986 switch (attr->qp_state) { in irdma_modify_qp_roce()
1071 iwqp->ibqp_state = attr->qp_state; in irdma_modify_qp_roce()
1092 iwqp->ibqp_state = attr->qp_state; in irdma_modify_qp_roce()
1106 iwqp->ibqp_state = attr->qp_state; in irdma_modify_qp_roce()
1181 __builtin_return_address(0), ibqp->qp_num, attr->qp_state, in irdma_modify_qp()
1188 switch (attr->qp_state) { in irdma_modify_qp()
[all …]
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h582 __u32 qp_state; member
731 __u8 qp_state; member
762 __u8 qp_state; member
H A Dverbs.c629 qp->state = attr->qp_state; in __ibv_query_qp()
645 qp->state = attr->qp_state; in __ibv_modify_qp()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.h315 u8 qp_state; member
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c230 ring->qp_state = MLX4_QP_STATE_RST; in mlx4_en_activate_tx_ring()
239 &ring->qp, &ring->qp_state); in mlx4_en_activate_tx_ring()
248 mlx4_qp_modify(mdev->dev, NULL, ring->qp_state, in mlx4_en_deactivate_tx_ring()
/freebsd/sys/dev/mlx4/
H A Dqp.h490 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state);
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c901 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state) in mlx4_qp_to_ready() argument
925 *qp_state = states[i + 1]; in mlx4_qp_to_ready()

123