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

/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c86 /* qp_context flags */
262 qp->ibqp.event_handler(&event, qp->ibqp.qp_context);
557 struct mthca_qp_context *qp_context; local
568 qp_context = &qp_param->context;
571 qp_context->flags = cpu_to_be32((to_mthca_state(new_state) << 28) |
573 qp_context->flags |= cpu_to_be32(MTHCA_QP_BIT_DE);
575 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_MIGRATED << 11);
580 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_MIGRATED << 11);
583 qp_context->flags |= cpu_to_be32(MTHCA_QP_PM_REARM << 11);
586 qp_context
[all...]
/freebsd-10.1-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c76 void *qp_context; member in struct:ibv_qp_init_attr_1_0
121 void *qp_context; member in struct:ibv_qp_1_0
483 event->element.qp = event->element.qp->qp_context;
775 real_init_attr.qp_context = qp_init_attr->qp_context;
791 qp->qp_context = qp_init_attr->qp_context;
802 real_qp->qp_context = qp;
819 init_attr->qp_context = qp->qp_context;
[all...]
H A Dverbs.c434 qp->qp_context = qp_init_attr->qp_context;
H A Dcmd.c751 init_attr->qp_context = qp->qp_context;
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c78 (*qhp->ibqp.event_handler)(&event, qhp->ibqp.qp_context);
/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ev.c131 (*qhp->ibqp.event_handler)(&event, qhp->ibqp.qp_context);
/freebsd-10.1-release/sys/ofed/include/linux/mlx4/
H A Dqp.h229 struct mlx4_qp_context qp_context; member in struct:mlx4_update_qp_context
/freebsd-10.1-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h427 void *qp_context; member in struct:ibv_qp_init_attr
590 void *qp_context; member in struct:ibv_qp
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c4630 upd_context->qp_context.param3 = qp->param3;
4631 upd_context->qp_context.pri_path.vlan_control = qp->vlan_control;
4632 upd_context->qp_context.pri_path.fvl_rx = qp->fvl_rx;
4633 upd_context->qp_context.pri_path.vlan_index = qp->vlan_index;
4634 upd_context->qp_context.pri_path.fl = qp->pri_path_fl;
4635 upd_context->qp_context.pri_path.feup = qp->feup;
4636 upd_context->qp_context.pri_path.sched_queue =
4639 upd_context->qp_context.param3 = qp->param3 & ~cpu_to_be32(MLX4_STRIP_VLAN);
4640 upd_context->qp_context.pri_path.vlan_control = vlan_control;
4641 upd_context->qp_context
[all...]
/freebsd-10.1-release/sys/ofed/include/rdma/
H A Dib_verbs.h653 void *qp_context; member in struct:ib_qp_init_attr
672 void *qp_context; member in struct:ib_qp_open_attr
1046 void *qp_context; member in struct:ib_qp
/freebsd-10.1-release/contrib/ofed/librdmacm/examples/
H A Dmckey.c156 init_qp_attr.qp_context = node;
H A Dcmatose.c143 init_qp_attr.qp_context = node;
H A Dudaddy.c154 init_qp_attr.qp_context = node;
/freebsd-10.1-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c218 .qp_context = p,
502 p = wc->qp->qp_context;
665 struct ipoib_cm_tx *tx = wc->qp->qp_context;
920 .qp_context = tx
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c355 qp->qp_context = qp_init_attr->qp_context;
H A Dmad.c2715 static void qp_event_handler(struct ib_event *event, void *qp_context) argument
2717 struct ib_mad_qp_info *qp_info = qp_context;
2762 qp_init_attr.qp_context = qp_info;
H A Duverbs_cmd.c1085 attr.qp_context = file;
1117 qp->qp_context = attr.qp_context;
2701 init_attr.qp_context = file;
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c1702 static void pv_qp_event_handler(struct ib_event *event, void *qp_context) argument
1704 struct mlx4_ib_demux_pv_ctx *sqp = qp_context;
1747 qp_init_attr.init_attr.qp_context = ctx;
H A Dqp.c335 ibqp->event_handler(&event, ibqp->qp_context);
/freebsd-10.1-release/contrib/ofed/libmlx4/src/
H A Dverbs.c879 init_attr->qp_context = NULL;

Completed in 323 milliseconds