qp_state         4232 drivers/infiniband/core/cm.c 	switch (qp_attr->qp_state) {
qp_state          916 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_INIT;
qp_state          925 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_RTR;
qp_state          930 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state          942 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_INIT;
qp_state         1008 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_INIT;
qp_state         1017 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_RTR;
qp_state         1044 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state         1068 drivers/infiniband/core/cma.c 	qp_attr.qp_state = IB_QPS_ERR;
qp_state         1123 drivers/infiniband/core/cma.c 		if (qp_attr->qp_state == IB_QPS_RTR)
qp_state          278 drivers/infiniband/core/iwcm.c 	qp_attr.qp_state = IB_QPS_ERR;
qp_state          291 drivers/infiniband/core/iwcm.c 	qp_attr.qp_state = IB_QPS_SQD;
qp_state         1166 drivers/infiniband/core/iwcm.c 	switch (qp_attr->qp_state) {
qp_state         2626 drivers/infiniband/core/mad.c 			attr->qp_state = IB_QPS_RTS;
qp_state         3059 drivers/infiniband/core/mad.c 		attr->qp_state = IB_QPS_INIT;
qp_state         3071 drivers/infiniband/core/mad.c 		attr->qp_state = IB_QPS_RTR;
qp_state         3080 drivers/infiniband/core/mad.c 		attr->qp_state = IB_QPS_RTS;
qp_state          469 drivers/infiniband/core/nldev.c 	if (nla_put_u8(msg, RDMA_NLDEV_ATTR_RES_STATE, qp_attr.qp_state))
qp_state          157 drivers/infiniband/core/security.c 		.qp_state = IB_QPS_ERR
qp_state         1210 drivers/infiniband/core/ucma.c 	if (cmd.qp_state > IB_QPS_ERR)
qp_state         1219 drivers/infiniband/core/ucma.c 	qp_attr.qp_state = cmd.qp_state;
qp_state         1682 drivers/infiniband/core/uverbs_cmd.c 	resp.qp_state               = attr->qp_state;
qp_state         1791 drivers/infiniband/core/uverbs_cmd.c 		    cmd->base.qp_state == IB_QPS_RTR) {
qp_state         1849 drivers/infiniband/core/uverbs_cmd.c 	    cmd->base.qp_state > IB_QPS_ERR)) {
qp_state         1855 drivers/infiniband/core/uverbs_cmd.c 		attr->qp_state = cmd->base.qp_state;
qp_state          100 drivers/infiniband/core/uverbs_marshall.c 	dst->qp_state	        = src->qp_state;
qp_state         1689 drivers/infiniband/core/verbs.c 	    ((attr_mask & IB_QP_STATE) && attr->qp_state == IB_QPS_INIT))
qp_state         2156 drivers/infiniband/core/verbs.c 		if (attr.qp_state >= IB_QPS_INIT) {
qp_state         2633 drivers/infiniband/core/verbs.c 	struct ib_qp_attr attr = { .qp_state = IB_QPS_ERR };
qp_state         2672 drivers/infiniband/core/verbs.c 	struct ib_qp_attr attr = { .qp_state = IB_QPS_ERR };
qp_state         1549 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		new_qp_state = qp_attr->qp_state;
qp_state         1564 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		qp->qplib_qp.state = __from_ib_qp_state(qp_attr->qp_state);
qp_state         1663 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	} else if (qp_attr->qp_state == IB_QPS_RTR) {
qp_state         1795 drivers/infiniband/hw/bnxt_re/ib_verbs.c 	qp_attr->qp_state = __to_ib_qp_state(qplib_qp->state);
qp_state         2268 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		qp_attr.qp_state = IB_QPS_RTS;
qp_state         1117 drivers/infiniband/hw/bnxt_re/main.c 	qp_attr.qp_state = IB_QPS_ERR;
qp_state          864 drivers/infiniband/hw/cxgb3/iwch_provider.c 	if ((attr_mask & IB_QP_STATE) && (attr->qp_state == IB_QPS_RTR))
qp_state          874 drivers/infiniband/hw/cxgb3/iwch_provider.c 	attrs.next_state = iwch_convert_state(attr->qp_state);
qp_state         2378 drivers/infiniband/hw/cxgb4/qp.c 	if ((attr_mask & IB_QP_STATE) && (attr->qp_state == IB_QPS_RTR))
qp_state         2388 drivers/infiniband/hw/cxgb4/qp.c 	attrs.next_state = c4iw_convert_state(attr->qp_state);
qp_state         2470 drivers/infiniband/hw/cxgb4/qp.c 	attr->qp_state = to_ib_qp_state(qhp->attr.state);
qp_state          205 drivers/infiniband/hw/efa/efa_admin_cmds_defs.h 	u32 qp_state;
qp_state          244 drivers/infiniband/hw/efa/efa_admin_cmds_defs.h 	u32 qp_state;
qp_state           74 drivers/infiniband/hw/efa/efa_com_cmd.c 	cmd.qp_state = params->qp_state;
qp_state          120 drivers/infiniband/hw/efa/efa_com_cmd.c 	result->qp_state = resp.qp_state;
qp_state           45 drivers/infiniband/hw/efa/efa_com_cmd.h 	u32 qp_state;
qp_state           57 drivers/infiniband/hw/efa/efa_com_cmd.h 	u32 qp_state;
qp_state          378 drivers/infiniband/hw/efa/efa_verbs.c 	qp_attr->qp_state = result.qp_state;
qp_state          840 drivers/infiniband/hw/efa/efa_verbs.c 	new_state = qp_attr_mask & IB_QP_STATE ? qp_attr->qp_state : cur_state;
qp_state          853 drivers/infiniband/hw/efa/efa_verbs.c 		params.qp_state = qp_attr->qp_state;
qp_state          265 drivers/infiniband/hw/hfi1/opfn.c 			    attr->qp_state == IB_QPS_RTS) {
qp_state         3391 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 		qp_attr->qp_state = IB_QPS_RESET;
qp_state         3411 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	qp_attr->qp_state	= hr_qp->state;
qp_state         3435 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	qp_attr->cur_qp_state = qp_attr->qp_state;
qp_state         3471 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 		qp_attr->qp_state = IB_QPS_RESET;
qp_state         3492 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	qp_attr->qp_state = (enum ib_qp_state)hr_qp->state;
qp_state         3571 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	qp_attr->cur_qp_state = qp_attr->qp_state;
qp_state          600 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 			attr.qp_state = IB_QPS_ERR;
qp_state          700 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 			attr.qp_state = IB_QPS_ERR;
qp_state         2825 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		attr.qp_state = IB_QPS_ERR;
qp_state         4539 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		qp_attr->qp_state = IB_QPS_RESET;
qp_state         4560 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	qp_attr->qp_state = (enum ib_qp_state)hr_qp->state;
qp_state         4630 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	qp_attr->cur_qp_state = qp_attr->qp_state;
qp_state         4859 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	attr.qp_state = IB_QPS_ERR;
qp_state         1186 drivers/infiniband/hw/hns/hns_roce_qp.c 	new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
qp_state         3750 drivers/infiniband/hw/i40iw/i40iw_cm.c 	attr.qp_state = IB_QPS_RTS;
qp_state         4111 drivers/infiniband/hw/i40iw/i40iw_cm.c 	attr.qp_state = IB_QPS_RTS;
qp_state         4350 drivers/infiniband/hw/i40iw/i40iw_cm.c 		attr.qp_state = IB_QPS_ERR;
qp_state          387 drivers/infiniband/hw/i40iw/i40iw_type.h 	u8 qp_state;
qp_state          764 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	attr->qp_state = iwqp->ibqp_state;
qp_state          765 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	attr->cur_qp_state = attr->qp_state;
qp_state          857 drivers/infiniband/hw/i40iw/i40iw_verbs.c 		if (iwdev->closing && attr->qp_state != IB_QPS_ERR) {
qp_state          862 drivers/infiniband/hw/i40iw/i40iw_verbs.c 		switch (attr->qp_state) {
qp_state          938 drivers/infiniband/hw/i40iw/i40iw_verbs.c 		iwqp->ibqp_state = attr->qp_state;
qp_state         1844 drivers/infiniband/hw/mlx4/mad.c 	attr.qp_state = IB_QPS_INIT;
qp_state         1861 drivers/infiniband/hw/mlx4/mad.c 	attr.qp_state = IB_QPS_RTR;
qp_state         1868 drivers/infiniband/hw/mlx4/mad.c 	attr.qp_state = IB_QPS_RTS;
qp_state         2728 drivers/infiniband/hw/mlx4/qp.c 	new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
qp_state         4037 drivers/infiniband/hw/mlx4/qp.c 		qp_attr->qp_state = IB_QPS_RESET;
qp_state         4050 drivers/infiniband/hw/mlx4/qp.c 	qp_attr->qp_state	     = qp->state;
qp_state         4070 drivers/infiniband/hw/mlx4/qp.c 	if (qp_attr->qp_state == IB_QPS_INIT)
qp_state         4090 drivers/infiniband/hw/mlx4/qp.c 	qp_attr->cur_qp_state	     = qp_attr->qp_state;
qp_state         4480 drivers/infiniband/hw/mlx4/qp.c 	struct ib_qp_attr attr = { .qp_state = IB_QPS_ERR };
qp_state         4515 drivers/infiniband/hw/mlx4/qp.c 	struct ib_qp_attr attr = { .qp_state = IB_QPS_ERR };
qp_state          281 drivers/infiniband/hw/mlx5/gsi.c 	attr.qp_state = IB_QPS_INIT;
qp_state          292 drivers/infiniband/hw/mlx5/gsi.c 	attr.qp_state = IB_QPS_RTR;
qp_state          300 drivers/infiniband/hw/mlx5/gsi.c 	attr.qp_state = IB_QPS_RTS;
qp_state          380 drivers/infiniband/hw/mlx5/gsi.c 	mlx5_ib_dbg(dev, "modifying GSI QP to state %d\n", attr->qp_state);
qp_state         4854 drivers/infiniband/hw/mlx5/main.c 	attr->qp_state = IB_QPS_INIT;
qp_state         4864 drivers/infiniband/hw/mlx5/main.c 	attr->qp_state = IB_QPS_RTR;
qp_state         4874 drivers/infiniband/hw/mlx5/main.c 	attr->qp_state = IB_QPS_RTS;
qp_state         3811 drivers/infiniband/hw/mlx5/qp.c 	new_state = attr->qp_state;
qp_state         3941 drivers/infiniband/hw/mlx5/qp.c 	new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
qp_state         5556 drivers/infiniband/hw/mlx5/qp.c 				  struct mlx5_ib_qp *qp, u8 *qp_state)
qp_state         5585 drivers/infiniband/hw/mlx5/qp.c 	*qp_state = sqrq_trans[rq_state][sq_state];
qp_state         5587 drivers/infiniband/hw/mlx5/qp.c 	if (*qp_state == MLX5_QP_STATE_BAD) {
qp_state         5594 drivers/infiniband/hw/mlx5/qp.c 	if (*qp_state == MLX5_QP_STATE)
qp_state         5595 drivers/infiniband/hw/mlx5/qp.c 		*qp_state = qp->state;
qp_state         5726 drivers/infiniband/hw/mlx5/qp.c 		qp_attr->qp_state = IB_QPS_RTR;
qp_state         5795 drivers/infiniband/hw/mlx5/qp.c 	qp_attr->qp_state	     = qp->state;
qp_state         5796 drivers/infiniband/hw/mlx5/qp.c 	qp_attr->cur_qp_state	     = qp_attr->qp_state;
qp_state         6442 drivers/infiniband/hw/mlx5/qp.c 	struct ib_qp_attr attr = { .qp_state = IB_QPS_ERR };
qp_state         6477 drivers/infiniband/hw/mlx5/qp.c 	struct ib_qp_attr attr = { .qp_state = IB_QPS_ERR };
qp_state          444 drivers/infiniband/hw/mthca/mthca_qp.c 		qp_attr->qp_state = IB_QPS_RESET;
qp_state          465 drivers/infiniband/hw/mthca/mthca_qp.c 	qp_attr->qp_state	     = qp->state;
qp_state          504 drivers/infiniband/hw/mthca/mthca_qp.c 	qp_attr->cur_qp_state	     = qp_attr->qp_state;
qp_state          877 drivers/infiniband/hw/mthca/mthca_qp.c 	new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
qp_state         2696 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 		    (get_ocrdma_qp_state(attrs->qp_state) <<
qp_state         1391 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 		status = ocrdma_qp_state_change(qp, attr->qp_state, &old_qps);
qp_state         1418 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 		new_qps = attr->qp_state;
qp_state         1473 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	u32 qp_state;
qp_state         1539 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	qp_state = (params.max_sge_recv_flags & OCRDMA_QP_PARAMS_STATE_MASK) >>
qp_state         1541 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	qp_attr->qp_state = get_ibqp_state(qp_state);
qp_state         1542 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	qp_attr->cur_qp_state = qp_attr->qp_state;
qp_state         1543 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	qp_attr->sq_draining = (qp_state == OCRDMA_QPS_SQ_DRAINING) ? 1 : 0;
qp_state         1551 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	ocrdma_qp_state_change(qp, qp_attr->qp_state, NULL);
qp_state         1700 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 		attrs.qp_state = IB_QPS_ERR;
qp_state         1948 drivers/infiniband/hw/qedr/verbs.c static enum ib_qp_state qedr_get_ibqp_state(enum qed_roce_qp_state qp_state)
qp_state         1950 drivers/infiniband/hw/qedr/verbs.c 	switch (qp_state) {
qp_state         1970 drivers/infiniband/hw/qedr/verbs.c 					enum ib_qp_state qp_state)
qp_state         1972 drivers/infiniband/hw/qedr/verbs.c 	switch (qp_state) {
qp_state         2118 drivers/infiniband/hw/qedr/verbs.c 		 attr->qp_state);
qp_state         2122 drivers/infiniband/hw/qedr/verbs.c 		new_qp_state = attr->qp_state;
qp_state         2143 drivers/infiniband/hw/qedr/verbs.c 		qp_params.new_state = qedr_get_state_from_ibqp(attr->qp_state);
qp_state         2394 drivers/infiniband/hw/qedr/verbs.c 	qp_attr->qp_state = qedr_get_ibqp_state(params.state);
qp_state         2477 drivers/infiniband/hw/qedr/verbs.c 			attr.qp_state = IB_QPS_ERR;
qp_state          401 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	qp_attr->qp_state = qp_grp->state;
qp_state          580 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 		status = usnic_ib_qp_grp_modify(qp_grp, attr->qp_state, NULL);
qp_state          490 drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 	next_state = (attr_mask & IB_QP_STATE) ? attr->qp_state : cur_state;
qp_state          533 drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 	cmd->attrs.qp_state = ib_qp_state_to_pvrdma(attr->qp_state);
qp_state          935 drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 		attr->qp_state = IB_QPS_RESET;
qp_state          951 drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 	attr->qp_state = pvrdma_qp_state_to_ib(resp->attrs.qp_state);
qp_state          980 drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 	qp->state = attr->qp_state;
qp_state          985 drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c 	attr->cur_qp_state = attr->qp_state;
qp_state          335 drivers/infiniband/hw/vmw_pvrdma/pvrdma_verbs.h 	enum pvrdma_qp_state	qp_state;
qp_state         1464 drivers/infiniband/sw/rdmavt/qp.c 	new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
qp_state         1764 drivers/infiniband/sw/rdmavt/qp.c 	attr->qp_state = qp->state;
qp_state         1765 drivers/infiniband/sw/rdmavt/qp.c 	attr->cur_qp_state = attr->qp_state;
qp_state          190 drivers/infiniband/sw/rxe/rxe_loc.h 	return qp->attr.qp_state;
qp_state          368 drivers/infiniband/sw/rxe/rxe_qp.c 	qp->attr.qp_state = IB_QPS_RESET;
qp_state          418 drivers/infiniband/sw/rxe/rxe_qp.c 					attr->cur_qp_state : qp->attr.qp_state;
qp_state          420 drivers/infiniband/sw/rxe/rxe_qp.c 					attr->qp_state : cur_state;
qp_state          576 drivers/infiniband/sw/rxe/rxe_qp.c 	qp->attr.qp_state = IB_QPS_ERR;
qp_state          615 drivers/infiniband/sw/rxe/rxe_qp.c 		qp->attr.cur_qp_state = attr->qp_state;
qp_state          701 drivers/infiniband/sw/rxe/rxe_qp.c 		qp->attr.qp_state = attr->qp_state;
qp_state          703 drivers/infiniband/sw/rxe/rxe_qp.c 		switch (attr->qp_state) {
qp_state          749 drivers/infiniband/sw/rxe/rxe_verbs.c 	if (unlikely((qp_state(qp) < IB_QPS_INIT) || !qp->valid)) {
qp_state          583 drivers/infiniband/sw/siw/siw_verbs.c 			   ib_qp_state_to_string[attr->qp_state]);
qp_state          585 drivers/infiniband/sw/siw/siw_verbs.c 		new_attrs.state = ib_qp_state_to_siw_qp_state[attr->qp_state];
qp_state           71 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	.qp_state = IB_QPS_ERR
qp_state          281 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	qp_attr.qp_state = IB_QPS_INIT;
qp_state          292 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	qp_attr.qp_state = IB_QPS_RTR;
qp_state          313 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state         1004 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	qp_attr.qp_state = IB_QPS_RTR;
qp_state         1018 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state         1131 drivers/infiniband/ulp/ipoib/ipoib_cm.c 	qp_attr.qp_state = IB_QPS_INIT;
qp_state          362 drivers/infiniband/ulp/ipoib/ipoib_ib.c 		__func__, priv->qp->qp_num, qp_attr.qp_state);
qp_state          365 drivers/infiniband/ulp/ipoib/ipoib_ib.c 	if (qp_attr.qp_state == IB_QPS_SQE) {
qp_state          366 drivers/infiniband/ulp/ipoib/ipoib_ib.c 		qp_attr.qp_state = IB_QPS_RTS;
qp_state          378 drivers/infiniband/ulp/ipoib/ipoib_ib.c 			priv->qp->qp_num, qp_attr.qp_state);
qp_state          750 drivers/infiniband/ulp/ipoib/ipoib_ib.c 	if (new_state == IB_QPS_ERR && qp_attr.qp_state == IB_QPS_RESET)
qp_state          754 drivers/infiniband/ulp/ipoib/ipoib_ib.c 			   new_state, qp_attr.qp_state);
qp_state          790 drivers/infiniband/ulp/ipoib/ipoib_ib.c 	qp_attr.qp_state = IB_QPS_ERR;
qp_state          840 drivers/infiniband/ulp/ipoib/ipoib_ib.c 	qp_attr.qp_state = IB_QPS_RESET;
qp_state           99 drivers/infiniband/ulp/ipoib/ipoib_verbs.c 	qp_attr.qp_state = IB_QPS_INIT;
qp_state          114 drivers/infiniband/ulp/ipoib/ipoib_verbs.c 	qp_attr.qp_state = IB_QPS_RTR;
qp_state          123 drivers/infiniband/ulp/ipoib/ipoib_verbs.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state          136 drivers/infiniband/ulp/ipoib/ipoib_verbs.c 	qp_attr.qp_state = IB_QPS_RESET;
qp_state          297 drivers/infiniband/ulp/srp/ib_srp.c 	attr->qp_state        = IB_QPS_INIT;
qp_state         2587 drivers/infiniband/ulp/srp/ib_srp.c 		qp_attr->qp_state = IB_QPS_RTR;
qp_state         2596 drivers/infiniband/ulp/srp/ib_srp.c 		qp_attr->qp_state = IB_QPS_RTS;
qp_state         1121 drivers/infiniband/ulp/srpt/ib_srpt.c 	attr->qp_state = IB_QPS_INIT;
qp_state         1158 drivers/infiniband/ulp/srpt/ib_srpt.c 	qp_attr.qp_state = IB_QPS_RTR;
qp_state         1188 drivers/infiniband/ulp/srpt/ib_srpt.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state         1209 drivers/infiniband/ulp/srpt/ib_srpt.c 	qp_attr.qp_state = IB_QPS_ERR;
qp_state          821 drivers/misc/mic/scif/scif_nodeqp.c 	newdev->qpairs->qp_state = SCIF_QP_OFFLINE;
qp_state          854 drivers/misc/mic/scif/scif_nodeqp.c 	if (qp->qp_state != SCIF_QP_ONLINE ||
qp_state          855 drivers/misc/mic/scif/scif_nodeqp.c 	    qp->remote_qp->qp_state != SCIF_QP_ONLINE) {
qp_state          859 drivers/misc/mic/scif/scif_nodeqp.c 				qp->qp_state);
qp_state          870 drivers/misc/mic/scif/scif_nodeqp.c 		__func__, __LINE__, peerdev->node, qp->qp_state);
qp_state          871 drivers/misc/mic/scif/scif_nodeqp.c 	qp->remote_qp->qp_state = SCIF_QP_OFFLINE;
qp_state          921 drivers/misc/mic/scif/scif_nodeqp.c 	qp->remote_qp->qp_state = SCIF_QP_ONLINE;
qp_state          166 drivers/misc/mic/scif/scif_nodeqp.h 	u32 qp_state;
qp_state          916 drivers/net/ethernet/mellanox/mlx4/qp.c 		     struct mlx4_qp *qp, enum mlx4_qp_state *qp_state)
qp_state          940 drivers/net/ethernet/mellanox/mlx4/qp.c 		*qp_state = states[i + 1];
qp_state          487 include/linux/mlx4/qp.h 		     struct mlx4_qp *qp, enum mlx4_qp_state *qp_state);
qp_state         1237 include/rdma/ib_verbs.h 	enum ib_qp_state	qp_state;
qp_state          525 include/uapi/rdma/ib_user_verbs.h 	__u32	qp_state;
qp_state          693 include/uapi/rdma/ib_user_verbs.h 	__u8  qp_state;
qp_state          724 include/uapi/rdma/ib_user_verbs.h 	__u8  qp_state;
qp_state          241 include/uapi/rdma/rdma_user_cm.h 	__u32 qp_state;
qp_state          173 net/rds/ib_cm.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state           50 net/smc/smc_ib.c 	qp_attr.qp_state = IB_QPS_INIT;
qp_state           68 net/smc/smc_ib.c 	qp_attr.qp_state = IB_QPS_RTR;
qp_state           91 net/smc/smc_ib.c 	qp_attr.qp_state = IB_QPS_RTS;
qp_state          110 net/smc/smc_ib.c 	qp_attr.qp_state = IB_QPS_RESET;