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

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c86 /* qp_context flags */
262 qp->ibqp.event_handler(&event, qp->ibqp.qp_context);
551 struct mthca_qp_context *qp_context; local
561 qp_context = &qp_param->context;
564 qp_context->flags = cpu_to_be32((to_mthca_state(new_state) << 28) |
566 qp_context->flags |= cpu_to_be32(MTHCA_QP_BIT_DE);
568 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_MIGRATED << 11);
573 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_MIGRATED << 11);
576 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_REARM << 11);
579 qp_context
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c74 void *qp_context; member in struct:ibv_qp_init_attr_1_0
119 void *qp_context; member in struct:ibv_qp_1_0
585 event->element.qp = event->element.qp->qp_context;
877 real_init_attr.qp_context = qp_init_attr->qp_context;
893 qp->qp_context = qp_init_attr->qp_context;
904 real_qp->qp_context = qp;
921 init_attr->qp_context = qp->qp_context;
[all...]
H A Dverbs.h774 void *qp_context; member in struct:ibv_qp_init_attr
809 void *qp_context; member in struct:ibv_qp_init_attr_ex
838 void *qp_context; member in struct:ibv_qp_open_attr
1040 void *qp_context; member in struct:ibv_qp
H A Dcmd.c908 qp->qp.qp_context = qp_attr->qp_context;
1125 qp->qp.qp_context = attr->qp_context;
1219 init_attr->qp_context = qp->qp_context;
H A Dverbs.c572 qp->qp_context = qp_init_attr->qp_context;
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c67 attr.qp_context = id;
H A Dmckey.c155 init_qp_attr.qp_context = node;
H A Dcmatose.c135 init_qp_attr.qp_context = node;
H A Dudaddy.c150 init_qp_attr.qp_context = node;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c710 event->element.qp->event_handler(event, event->element.qp->qp_context);
723 void *qp_context)
736 qp->qp_context = qp_context;
760 qp_open_attr->qp_context);
775 qp->qp_context = qp;
784 qp_init_attr->qp_context);
821 qp->qp_context = qp_init_attr->qp_context;
721 __ib_open_qp(struct ib_qp *real_qp, void (*event_handler)(struct ib_event *, void *), void *qp_context) argument
H A Dib_uverbs_cmd.c1878 attr.qp_context = file;
1938 qp->qp_context = attr.qp_context;
2174 attr.qp_context = file;
H A Dib_mad.c3047 static void qp_event_handler(struct ib_event *event, void *qp_context) argument
3049 struct ib_mad_qp_info *qp_info = qp_context;
3095 qp_init_attr.qp_context = qp_info;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c443 cmd->qp_context.pri_path.grh_mylmc = params->smac_index;
458 cmd->qp_context.pri_path.fl |=
466 cmd->qp_context.param3 |= cpu_to_be32(MLX4_STRIP_VLAN);
471 cmd->qp_context.rate_limit_params = cpu_to_be16((params->rate_unit << 14) | params->rate_val);
476 cmd->qp_context.qos_vport = params->qos_vport;
H A Dmlx4_resource_tracker.c4285 smac_index = cmd->qp_context.pri_path.grh_mylmc;
5320 upd_context->qp_context.param3 = qp->param3;
5321 upd_context->qp_context.pri_path.vlan_control = qp->vlan_control;
5322 upd_context->qp_context.pri_path.fvl_rx = qp->fvl_rx;
5323 upd_context->qp_context.pri_path.vlan_index = qp->vlan_index;
5324 upd_context->qp_context.pri_path.fl = qp->pri_path_fl;
5325 upd_context->qp_context.pri_path.feup = qp->feup;
5326 upd_context->qp_context.pri_path.sched_queue =
5329 upd_context->qp_context.param3 = qp->param3 & ~cpu_to_be32(MLX4_STRIP_VLAN);
5330 upd_context->qp_context
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ev.c131 (*qhp->ibqp.event_handler)(&event, qhp->ibqp.qp_context);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c78 (*qhp->ibqp.event_handler)(&event, qhp->ibqp.qp_context);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c251 .qp_context = gsi->rx_qp->qp_context,
H A Dmlx5_ib_qp.c228 ibqp->event_handler(&event, ibqp->qp_context);
4525 qp_init_attr->qp_context = ibqp->qp_context;
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h244 struct mlx4_qp_context qp_context; member in struct:mlx4_update_qp_context
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c221 .qp_context = p,
507 p = wc->qp->qp_context;
675 struct ipoib_cm_tx *tx = wc->qp->qp_context;
929 .qp_context = tx
/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c122 ib_conn = wc->qp->qp_context;
455 init_attr.qp_context = (void *)ib_conn;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1747 static void pv_qp_event_handler(struct ib_event *event, void *qp_context) argument
1749 struct mlx4_ib_demux_pv_ctx *sqp = qp_context;
1794 qp_init_attr.init_attr.qp_context = ctx;
H A Dmlx4_ib_qp.c335 ibqp->event_handler(&event, ibqp->qp_context);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1034 void *qp_context; member in struct:ib_qp_init_attr
1053 void *qp_context; member in struct:ib_qp_open_attr
1551 void *qp_context; member in struct:ib_qp
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c870 qp_attr.qp_context = rs;
1517 qp_attr.qp_context = qp;

Completed in 473 milliseconds