/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 99 qp_attr.qp_state = IB_QPS_INIT; in ipoib_init_qp() 114 qp_attr.qp_state = IB_QPS_RTR; in ipoib_init_qp() 123 qp_attr.qp_state = IB_QPS_RTS; in ipoib_init_qp() 136 qp_attr.qp_state = IB_QPS_RESET; in ipoib_init_qp()
|
D | ipoib_ib.c | 362 __func__, priv->qp->qp_num, qp_attr.qp_state); in ipoib_qp_state_validate_work() 365 if (qp_attr.qp_state == IB_QPS_SQE) { in ipoib_qp_state_validate_work() 366 qp_attr.qp_state = IB_QPS_RTS; in ipoib_qp_state_validate_work() 378 priv->qp->qp_num, qp_attr.qp_state); in ipoib_qp_state_validate_work() 749 if (new_state == IB_QPS_ERR && qp_attr.qp_state == IB_QPS_RESET) in check_qp_movement_and_print() 753 new_state, qp_attr.qp_state); in check_qp_movement_and_print() 789 qp_attr.qp_state = IB_QPS_ERR; in ipoib_ib_dev_stop_default() 839 qp_attr.qp_state = IB_QPS_RESET; in ipoib_ib_dev_stop_default()
|
D | ipoib_cm.c | 71 .qp_state = IB_QPS_ERR 281 qp_attr.qp_state = IB_QPS_INIT; in ipoib_cm_modify_rx_qp() 292 qp_attr.qp_state = IB_QPS_RTR; in ipoib_cm_modify_rx_qp() 313 qp_attr.qp_state = IB_QPS_RTS; in ipoib_cm_modify_rx_qp() 1004 qp_attr.qp_state = IB_QPS_RTR; in ipoib_cm_rep_handler() 1018 qp_attr.qp_state = IB_QPS_RTS; in ipoib_cm_rep_handler() 1127 qp_attr.qp_state = IB_QPS_INIT; in ipoib_cm_modify_tx_init()
|
/drivers/infiniband/sw/rxe/ |
D | rxe_qp.c | 357 qp->attr.qp_state = IB_QPS_RESET; in rxe_qp_from_init() 413 attr->cur_qp_state : qp->attr.qp_state; in rxe_qp_chk_attr() 415 attr->qp_state : cur_state; in rxe_qp_chk_attr() 571 qp->attr.qp_state = IB_QPS_ERR; in rxe_qp_error() 611 qp->attr.cur_qp_state = attr->qp_state; in rxe_qp_from_attr() 696 qp->attr.qp_state = attr->qp_state; in rxe_qp_from_attr() 698 switch (attr->qp_state) { in rxe_qp_from_attr()
|
D | rxe_loc.h | 145 static inline enum ib_qp_state qp_state(struct rxe_qp *qp) in qp_state() function 147 return qp->attr.qp_state; in qp_state()
|
/drivers/infiniband/hw/mlx5/ |
D | mem.c | 254 qp_attr.qp_state = IB_QPS_INIT; in mlx5_ib_test_wc() 261 qp_attr.qp_state = IB_QPS_RTR; in mlx5_ib_test_wc() 266 qp_attr.qp_state = IB_QPS_RTS; in mlx5_ib_test_wc()
|
D | gsi.c | 228 attr.qp_state = IB_QPS_INIT; in modify_to_rts() 239 attr.qp_state = IB_QPS_RTR; in modify_to_rts() 247 attr.qp_state = IB_QPS_RTS; in modify_to_rts() 329 mlx5_ib_dbg(dev, "modifying GSI QP to state %d\n", attr->qp_state); in mlx5_ib_gsi_modify_qp()
|
D | qp.c | 4416 new_state = attr->qp_state; in mlx5_ib_modify_dct() 4614 new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state; in mlx5_ib_modify_qp() 4771 struct mlx5_ib_qp *qp, u8 *qp_state) in sqrq_state_to_qp_state() argument 4800 *qp_state = sqrq_trans[rq_state][sq_state]; in sqrq_state_to_qp_state() 4802 if (*qp_state == MLX5_QP_STATE_BAD) { in sqrq_state_to_qp_state() 4809 if (*qp_state == MLX5_QP_STATE) in sqrq_state_to_qp_state() 4810 *qp_state = qp->state; in sqrq_state_to_qp_state() 4939 qp_attr->qp_state = IB_QPS_RTR; in mlx5_ib_dct_query_qp() 5008 qp_attr->qp_state = qp->state; in mlx5_ib_query_qp() 5009 qp_attr->cur_qp_state = qp_attr->qp_state; in mlx5_ib_query_qp() [all …]
|
/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_qp.c | 543 next_state = (attr_mask & IB_QP_STATE) ? attr->qp_state : cur_state; in pvrdma_modify_qp() 586 cmd->attrs.qp_state = ib_qp_state_to_pvrdma(attr->qp_state); in pvrdma_modify_qp() 988 attr->qp_state = IB_QPS_RESET; in pvrdma_query_qp() 1004 attr->qp_state = pvrdma_qp_state_to_ib(resp->attrs.qp_state); in pvrdma_query_qp() 1033 qp->state = attr->qp_state; in pvrdma_query_qp() 1038 attr->cur_qp_state = attr->qp_state; in pvrdma_query_qp()
|
D | pvrdma_verbs.h | 300 enum pvrdma_qp_state qp_state; member
|
/drivers/infiniband/hw/efa/ |
D | efa_com_cmd.h | 45 u32 qp_state; member 58 u32 qp_state; member
|
D | efa_admin_cmds_defs.h | 211 u32 qp_state; member 250 u32 qp_state; member
|
D | efa_com_cmd.c | 74 cmd.qp_state = params->qp_state; in efa_com_modify_qp() 121 result->qp_state = resp.qp_state; in efa_com_query_qp()
|
D | efa_verbs.c | 310 qp_attr->qp_state = result.qp_state; in efa_query_qp() 931 new_state = qp_attr_mask & IB_QP_STATE ? qp_attr->qp_state : cur_state; in efa_modify_qp() 946 params.qp_state = new_state; in efa_modify_qp()
|
/drivers/infiniband/core/ |
D | uverbs_marshall.c | 100 dst->qp_state = src->qp_state; in ib_copy_qp_attr_to_user()
|
D | iwcm.c | 277 qp_attr.qp_state = IB_QPS_ERR; in iwcm_modify_qp_err() 290 qp_attr.qp_state = IB_QPS_SQD; in iwcm_modify_qp_sqd() 1165 switch (qp_attr->qp_state) { in iw_cm_init_qp_attr()
|
D | cma.c | 913 qp_attr.qp_state = IB_QPS_INIT; in cma_init_ud_qp() 922 qp_attr.qp_state = IB_QPS_RTR; in cma_init_ud_qp() 927 qp_attr.qp_state = IB_QPS_RTS; in cma_init_ud_qp() 939 qp_attr.qp_state = IB_QPS_INIT; in cma_init_conn_qp() 1013 qp_attr.qp_state = IB_QPS_INIT; in cma_modify_qp_rtr() 1022 qp_attr.qp_state = IB_QPS_RTR; in cma_modify_qp_rtr() 1049 qp_attr.qp_state = IB_QPS_RTS; in cma_modify_qp_rts() 1073 qp_attr.qp_state = IB_QPS_ERR; in cma_modify_qp_err() 1128 if (qp_attr->qp_state == IB_QPS_RTR) in rdma_init_qp_attr()
|
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 1373 status = ocrdma_qp_state_change(qp, attr->qp_state, &old_qps); in _ocrdma_modify_qp() 1403 new_qps = attr->qp_state; in ocrdma_modify_qp() 1458 u32 qp_state; in ocrdma_query_qp() local 1524 qp_state = (params.max_sge_recv_flags & OCRDMA_QP_PARAMS_STATE_MASK) >> in ocrdma_query_qp() 1526 qp_attr->qp_state = get_ibqp_state(qp_state); in ocrdma_query_qp() 1527 qp_attr->cur_qp_state = qp_attr->qp_state; in ocrdma_query_qp() 1528 qp_attr->sq_draining = (qp_state == OCRDMA_QPS_SQ_DRAINING) ? 1 : 0; in ocrdma_query_qp() 1536 ocrdma_qp_state_change(qp, qp_attr->qp_state, NULL); in ocrdma_query_qp() 1685 attrs.qp_state = IB_QPS_ERR; in ocrdma_destroy_qp()
|
/drivers/infiniband/hw/irdma/ |
D | verbs.c | 1039 attr->qp_state = iwqp->ibqp_state; in irdma_query_qp() 1282 __builtin_return_address(0), ibqp->qp_num, attr->qp_state, in irdma_modify_qp_roce() 1287 if (!ib_modify_qp_is_ok(iwqp->ibqp_state, attr->qp_state, in irdma_modify_qp_roce() 1291 attr->qp_state); in irdma_modify_qp_roce() 1297 switch (attr->qp_state) { in irdma_modify_qp_roce() 1378 iwqp->ibqp_state = attr->qp_state; in irdma_modify_qp_roce() 1399 iwqp->ibqp_state = attr->qp_state; in irdma_modify_qp_roce() 1412 iwqp->ibqp_state = attr->qp_state; in irdma_modify_qp_roce() 1477 __builtin_return_address(0), ibqp->qp_num, attr->qp_state, in irdma_modify_qp() 1484 switch (attr->qp_state) { in irdma_modify_qp() [all …]
|
/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 402 qp_attr->qp_state = qp_grp->state; in usnic_ib_query_qp() 570 status = usnic_ib_qp_grp_modify(qp_grp, attr->qp_state, NULL); in usnic_ib_modify_qp()
|
/drivers/infiniband/hw/hfi1/ |
D | opfn.c | 265 attr->qp_state == IB_QPS_RTS) { in opfn_qp_init()
|
/drivers/infiniband/hw/qedr/ |
D | verbs.c | 2329 static enum ib_qp_state qedr_get_ibqp_state(enum qed_roce_qp_state qp_state) in qedr_get_ibqp_state() argument 2331 switch (qp_state) { in qedr_get_ibqp_state() 2351 enum ib_qp_state qp_state) in qedr_get_state_from_ibqp() argument 2353 switch (qp_state) { in qedr_get_state_from_ibqp() 2487 attr->qp_state); in qedr_modify_qp() 2494 new_qp_state = attr->qp_state; in qedr_modify_qp() 2515 qp_params.new_state = qedr_get_state_from_ibqp(attr->qp_state); in qedr_modify_qp() 2767 qp_attr->qp_state = qedr_get_ibqp_state(params.state); in qedr_query_qp() 2769 qp_attr->qp_state = qedr_get_ibqp_state(QED_ROCE_QP_STATE_RTS); in qedr_query_qp() 2835 attr.qp_state = IB_QPS_ERR; in qedr_destroy_qp()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | qp.c | 917 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state) in mlx4_qp_to_ready() argument 941 *qp_state = states[i + 1]; in mlx4_qp_to_ready()
|
/drivers/crypto/hisilicon/ |
D | qm.h | 105 enum qp_state { enum
|
/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 444 qp_attr->qp_state = IB_QPS_RESET; in mthca_query_qp() 465 qp_attr->qp_state = qp->state; in mthca_query_qp() 504 qp_attr->cur_qp_state = qp_attr->qp_state; in mthca_query_qp() 880 new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state; in mthca_modify_qp()
|