Searched defs:qp_context (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/core/
H A Dverbs.c383 event->element.qp->event_handler(event, event->element.qp->qp_context);
396 void *qp_context)
409 qp->qp_context = qp_context;
433 qp_open_attr->qp_context);
460 qp->qp_context = qp;
470 qp_init_attr->qp_context);
477 qp->qp_context = qp_init_attr->qp_context;
394 __ib_open_qp(struct ib_qp *real_qp, void (*event_handler)(struct ib_event *, void *), void *qp_context) argument
H A Dmad.c2837 static void qp_event_handler(struct ib_event *event, void *qp_context) argument
2839 struct ib_mad_qp_info *qp_info = qp_context;
2885 qp_init_attr.qp_context = qp_info;
/drivers/infiniband/hw/mlx4/
H A Dmad.c1556 static void pv_qp_event_handler(struct ib_event *event, void *qp_context) argument
1558 struct mlx4_ib_demux_pv_ctx *sqp = qp_context;
1601 qp_init_attr.init_attr.qp_context = ctx;
/drivers/infiniband/hw/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...]

Completed in 265 milliseconds