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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c101 qp_attr.qp_state = IB_QPS_INIT;
116 qp_attr.qp_state = IB_QPS_RTR;
125 qp_attr.qp_state = IB_QPS_RTS;
138 qp_attr.qp_state = IB_QPS_RESET;
H A Dipoib_cm.c60 .qp_state = IB_QPS_ERR
222 qp_attr.qp_state = IB_QPS_INIT;
233 qp_attr.qp_state = IB_QPS_RTR;
246 qp_attr.qp_state = IB_QPS_RTS;
751 qp_attr.qp_state = IB_QPS_RTR;
765 qp_attr.qp_state = IB_QPS_RTS;
864 qp_attr.qp_state = IB_QPS_INIT;
H A Dipoib_ib.c586 qp_attr.qp_state = IB_QPS_ERR;
638 qp_attr.qp_state = IB_QPS_RESET;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_qp.c96 * ib2ehca_qp_state maps IB to ehca qp_state
123 * ehca2ib_qp_state maps ehca to IB qp_state
790 qp_cur_state = ehca2ib_qp_state(mqpcb->qp_state);
796 mqpcb->qp_state, my_qp, ibqp->qp_num);
807 attr->qp_state == IB_QPS_INIT) { /* RESET -> INIT */
809 .qp_state = IB_QPS_INIT,
838 ehca_dbg(ibqp->device,"ehca_qp=%p qp_num=%x current qp_state=%x "
839 "new qp_state=%x attribute_mask=%x",
840 my_qp, ibqp->qp_num, qp_cur_state, attr->qp_state, attr_mask);
842 qp_new_state = attr_mask & IB_QP_STATE ? attr->qp_state
[all...]
H A Dehca_classes_pSeries.h98 u32 qp_state; /* 09 */ member in struct:hcp_modify_qp_control_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Drdma_user_cm.h185 __u32 qp_state; member in struct:rdma_ucm_init_qp_attr
H A Dib_user_verbs.h350 __u32 qp_state; member in struct:ib_uverbs_qp_attr
457 __u8 qp_state; member in struct:ib_uverbs_query_qp_resp
488 __u8 qp_state; member in struct:ib_uverbs_modify_qp
H A Dib_user_cm.h110 __u32 qp_state; member in struct:ib_ucm_init_qp_attr
H A Dib_verbs.h575 enum ib_qp_state qp_state; member in struct:ib_qp_attr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_ae.c195 "resource=%x, qp_state=%s\n",
201 to_qp_state_str(be32_to_cpu(wr->ae.ae_generic.qp_state)));
203 c2_set_qp_state(qp, be32_to_cpu(wr->ae.ae_generic.qp_state));
H A Dc2_qp.c147 to_ib_state_str(attr->qp_state));
164 if (attr->qp_state < 0 || attr->qp_state > IB_QPS_ERR) {
169 wr.next_qp_state = cpu_to_be32(to_c2_state(attr->qp_state));
171 if (attr->qp_state == IB_QPS_ERR) {
182 next_state = attr->qp_state;
H A Dc2_wr.h647 u16 qp_state; member in struct:c2wr_qp_query_rep
950 u32 qp_state; /* Current QP State */ member in struct:c2wr_ce
1118 u32 qp_state; /* current QP State */ member in struct:c2wr_ae_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Diwcm.c227 qp_attr.qp_state = IB_QPS_ERR;
240 qp_attr.qp_state = IB_QPS_SQD;
989 switch (qp_attr->qp_state) {
H A Dcma.c407 qp_attr.qp_state = IB_QPS_INIT;
416 qp_attr.qp_state = IB_QPS_RTR;
421 qp_attr.qp_state = IB_QPS_RTS;
433 qp_attr.qp_state = IB_QPS_INIT;
488 qp_attr.qp_state = IB_QPS_INIT;
497 qp_attr.qp_state = IB_QPS_RTR;
513 qp_attr.qp_state = IB_QPS_RTS;
528 qp_attr.qp_state = IB_QPS_ERR;
571 if (qp_attr->qp_state == IB_QPS_RTR)
2310 qp_attr.qp_state
[all...]
H A Ducma.c780 qp_attr.qp_state = cmd.qp_state;
H A Dmad.c2188 attr->qp_state = IB_QPS_RTS;
2626 attr->qp_state = IB_QPS_INIT;
2637 attr->qp_state = IB_QPS_RTR;
2645 attr->qp_state = IB_QPS_RTS;
H A Duverbs_cmd.c1189 resp.qp_state = attr->qp_state;
1279 attr->qp_state = cmd.qp_state;
H A Ducm.c624 qp_attr.qp_state = cmd.qp_state;
H A Dcm.c3349 switch (qp_attr->qp_state) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c480 new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
611 attr->qp_state = qp->state;
612 attr->cur_qp_state = attr->qp_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c441 qp_attr->qp_state = IB_QPS_RESET;
462 qp_attr->qp_state = to_ib_qp_state(mthca_state);
500 qp_attr->cur_qp_state = qp_attr->qp_state;
881 new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c174 attr->qp_state = IB_QPS_INIT;
529 qp_attr.qp_state = IB_QPS_RESET;
1207 qp_attr->qp_state = IB_QPS_RTR;
1220 qp_attr->qp_state = IB_QPS_RTS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c909 if ((attr_mask & IB_QP_STATE) && (attr->qp_state == IB_QPS_RTR))
920 attrs.next_state = iwch_convert_state(attr->qp_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c997 new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;

Completed in 261 milliseconds