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

123

/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c99 qp_attr.qp_state = IB_QPS_INIT;
114 qp_attr.qp_state = IB_QPS_RTR;
123 qp_attr.qp_state = IB_QPS_RTS;
136 qp_attr.qp_state = IB_QPS_RESET;
H A Dipoib_ib.c362 __func__, priv->qp->qp_num, qp_attr.qp_state);
365 if (qp_attr.qp_state == IB_QPS_SQE) {
366 qp_attr.qp_state = IB_QPS_RTS;
378 priv->qp->qp_num, qp_attr.qp_state);
773 if (new_state == IB_QPS_ERR && qp_attr.qp_state == IB_QPS_RESET)
777 new_state, qp_attr.qp_state);
813 qp_attr.qp_state = IB_QPS_ERR;
863 qp_attr.qp_state = IB_QPS_RESET;
H A Dipoib_cm.c71 .qp_state = IB_QPS_ERR
281 qp_attr.qp_state = IB_QPS_INIT;
292 qp_attr.qp_state = IB_QPS_RTR;
313 qp_attr.qp_state = IB_QPS_RTS;
1004 qp_attr.qp_state = IB_QPS_RTR;
1018 qp_attr.qp_state = IB_QPS_RTS;
1127 qp_attr.qp_state = IB_QPS_INIT;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmem.c253 qp_attr.qp_state = IB_QPS_INIT;
260 qp_attr.qp_state = IB_QPS_RTR;
265 qp_attr.qp_state = IB_QPS_RTS;
H A Dgsi.c228 attr.qp_state = IB_QPS_INIT;
239 attr.qp_state = IB_QPS_RTR;
247 attr.qp_state = IB_QPS_RTS;
329 mlx5_ib_dbg(dev, "modifying GSI QP to state %d\n", attr->qp_state);
H A Dumr.c106 attr.qp_state = IB_QPS_INIT;
116 attr.qp_state = IB_QPS_RTR;
125 attr.qp_state = IB_QPS_RTS;
208 attr.qp_state = IB_QPS_RESET;
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_qp.c386 qp->attr.qp_state = IB_QPS_RESET;
562 qp->attr.qp_state = IB_QPS_ERR;
591 attr->cur_qp_state : qp->attr.qp_state;
593 attr->qp_state : cur_state;
623 qp->attr.cur_qp_state = attr->qp_state;
631 qp->attr.qp_state = attr->qp_state;
633 qps2str[attr->qp_state]);
640 switch (attr->qp_state) {
H A Drxe_loc.h126 static inline enum ib_qp_state qp_state(struct rxe_qp *qp) function
128 return qp->attr.qp_state;
H A Drxe_comp.c488 if (unlikely(qp_state(qp) == IB_QPS_SQD)) {
639 if (qp_state(qp) >= IB_QPS_RTS &&
658 if (!qp->valid || qp_state(qp) == IB_QPS_ERR ||
659 qp_state(qp) == IB_QPS_RESET) {
660 bool notify = qp->valid && (qp_state(qp) == IB_QPS_ERR);
H A Drxe_recv.c44 if (unlikely(qp_state(qp) < IB_QPS_RTR)) {
49 if (unlikely(qp_state(qp) < IB_QPS_RTS)) {
H A Drxe_req.c125 if (qp_state(qp) == IB_QPS_SQD) {
187 if (unlikely((qp_state(qp) == IB_QPS_SQD) &&
692 if (unlikely(qp_state(qp) == IB_QPS_ERR)) {
701 if (unlikely(qp_state(qp) == IB_QPS_RESET)) {
H A Drxe_net.c424 if ((is_request && (qp_state(qp) < IB_QPS_RTS)) ||
425 (!is_request && (qp_state(qp) < IB_QPS_RTR))) {
H A Drxe_verbs.c907 if (qp_state(qp) == IB_QPS_ERR)
929 if (unlikely(qp_state(qp) < IB_QPS_RTS)) {
1020 if (unlikely((qp_state(qp) < IB_QPS_INIT))) {
1048 if (qp_state(qp) == IB_QPS_ERR)
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h45 u32 qp_state; member in struct:efa_com_modify_qp_params
58 u32 qp_state; member in struct:efa_com_query_qp_result
H A Defa_admin_cmds_defs.h201 * 0 : qp_state
215 u32 qp_state; member in struct:efa_admin_modify_qp_cmd
254 u32 qp_state; member in struct:efa_admin_query_qp_resp
H A Defa_com_cmd.c68 cmd.qp_state = params->qp_state;
115 result->qp_state = resp.qp_state;
/linux-master/drivers/infiniband/core/
H A Duverbs_marshall.c100 dst->qp_state = src->qp_state;
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c543 next_state = (attr_mask & IB_QP_STATE) ? attr->qp_state : cur_state;
586 cmd->attrs.qp_state = ib_qp_state_to_pvrdma(attr->qp_state);
980 attr->qp_state = IB_QPS_RESET;
996 attr->qp_state = pvrdma_qp_state_to_ib(resp->attrs.qp_state);
1025 qp->state = attr->qp_state;
1030 attr->cur_qp_state = attr->qp_state;
H A Dpvrdma_verbs.h300 enum pvrdma_qp_state qp_state; member in struct:pvrdma_qp_attr
/linux-master/include/uapi/rdma/
H A Drdma_user_cm.h253 __u32 qp_state; member in struct:rdma_ucm_init_qp_attr
H A Dib_user_verbs.h550 __u32 qp_state; member in struct:ib_uverbs_qp_attr
704 __u8 qp_state; member in struct:ib_uverbs_query_qp_resp
735 __u8 qp_state; member in struct:ib_uverbs_modify_qp
/linux-master/net/smc/
H A Dsmc_ib.c52 qp_attr.qp_state = IB_QPS_INIT;
71 qp_attr.qp_state = IB_QPS_RTR;
100 qp_attr.qp_state = IB_QPS_RTS;
119 qp_attr.qp_state = IB_QPS_ERR;
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_ib_verbs.c402 qp_attr->qp_state = qp_grp->state;
568 status = usnic_ib_qp_grp_modify(qp_grp, attr->qp_state, NULL);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c265 attr->qp_state == IB_QPS_RTS) {
/linux-master/include/linux/mlx4/
H A Dqp.h488 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state);

Completed in 393 milliseconds

123