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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_qp.c163 * ib2ehcaqptype maps Ib to ehca qp_type
416 daqp_completion = init_attr->qp_type & 0x60;
418 isdaqp = (init_attr->qp_type & 0x80) ? 1 : 0;
419 init_attr->qp_type = init_attr->qp_type & 0x1F;
421 if (init_attr->qp_type != IB_QPT_UD &&
422 init_attr->qp_type != IB_QPT_SMI &&
423 init_attr->qp_type != IB_QPT_GSI &&
424 init_attr->qp_type != IB_QPT_UC &&
425 init_attr->qp_type !
1382 enum ib_qp_type qp_type; local
[all...]
H A Dehca_mcast.c67 if (ibqp->qp_type != IB_QPT_UD) {
68 ehca_err(ibqp->device, "invalid qp_type=%x", ibqp->qp_type);
104 if (ibqp->qp_type != IB_QPT_UD) {
105 ehca_err(ibqp->device, "invalid qp_type %x", ibqp->qp_type);
H A Dehca_sqp.c72 switch (qp_init_attr->qp_type) {
91 ehca_err(&shca->ib_device, "invalid qp_type=%x",
92 qp_init_attr->qp_type);
H A Dehca_classes.h120 u32 qp_type; member in struct:ehca_qp
307 u32 qp_type; member in struct:ehca_create_qp_resp
H A Dehca_reqs.c189 switch (qp->qp_type) {
219 if (qp->qp_type == IB_QPT_SMI ||
220 qp->qp_type == IB_QPT_GSI)
222 if (qp->qp_type == IB_QPT_GSI) {
259 ehca_gen_err("Invalid qptype=%x", qp->qp_type);
H A Dehca_main.c401 qp_init_attr.qp_type = IB_QPT_GSI;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c362 err = set_kernel_sq_size(dev, &init_attr->cap, init_attr->qp_type, qp);
535 switch (init_attr->qp_type) {
569 (init_attr->qp_type == IB_QPT_SMI ? 0 : 2) +
578 qp->ibqp.qp_num = init_attr->qp_type == IB_QPT_SMI ? 0 : 1;
718 (to_mlx4_st(ibqp->qp_type) << 16));
738 if (ibqp->qp_type == IB_QPT_GSI || ibqp->qp_type == IB_QPT_SMI ||
739 ibqp->qp_type == IB_QPT_UD)
878 (ibqp->qp_type == IB_QPT_GSI || ibqp->qp_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_cm.h122 enum ib_qp_type qp_type; member in struct:ib_cm_req_event_param
355 enum ib_qp_type qp_type; member in struct:ib_cm_req_param
H A Dib_mad.h428 * @qp_type: Specifies which QP to access. Must be either
444 enum ib_qp_type qp_type,
465 * @qp_type: Specifies which QP traffic to snoop. Must be either
474 enum ib_qp_type qp_type,
H A Dib_user_cm.h135 __u32 qp_type; member in struct:ib_ucm_req
239 __u32 qp_type; member in struct:ib_ucm_req_event_resp
H A Dib_user_verbs.h399 __u8 qp_type; member in struct:ib_uverbs_create_qp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dverbs.c299 qp->qp_type = qp_init_attr->qp_type;
835 if (gid->raw[0] != 0xff || qp->qp_type != IB_QPT_UD)
846 if (gid->raw[0] != 0xff || qp->qp_type != IB_QPT_UD)
H A Dmad.c115 static int get_spl_qp_index(enum ib_qp_type qp_type) argument
117 switch (qp_type)
183 enum ib_qp_type qp_type,
203 qpn = get_spl_qp_index(qp_type);
244 if (qp_type == IB_QPT_SMI) {
434 enum ib_qp_type qp_type,
451 qpn = get_spl_qp_index(qp_type);
2706 enum ib_qp_type qp_type)
2719 qp_init_attr.qp_type = qp_type;
181 ib_register_mad_agent(struct ib_device *device, u8 port_num, enum ib_qp_type qp_type, struct ib_mad_reg_req *mad_reg_req, u8 rmpp_version, ib_mad_send_handler send_handler, ib_mad_recv_handler recv_handler, void *context) argument
432 ib_register_mad_snoop(struct ib_device *device, u8 port_num, enum ib_qp_type qp_type, int mad_snoop_flags, ib_mad_snoop_handler snoop_handler, ib_mad_recv_handler recv_handler, void *context) argument
2705 create_mad_qp(struct ib_mad_qp_info *qp_info, enum ib_qp_type qp_type) argument
[all...]
H A Dcm_msgs.h182 enum ib_qp_type qp_type)
184 switch(qp_type) {
181 cm_req_set_qp_type(struct cm_req_msg *req_msg, enum ib_qp_type qp_type) argument
H A Ducm.c217 ureq->qp_type = kreq->qp_type;
776 param.qp_type = cmd.qp_type;
H A Dcm.c143 enum ib_qp_type qp_type; member in struct:cm_id_private
892 cm_req_set_qp_type(req_msg, param->qp_type);
947 if (param->qp_type != IB_QPT_RC && param->qp_type != IB_QPT_UC)
1012 cm_id_priv->qp_type = param->qp_type;
1154 param->qp_type = cm_req_get_qp_type(req_msg);
1417 cm_id_priv->qp_type = cm_req_get_qp_type(req_msg);
3261 if (cm_id_priv->qp_type == IB_QPT_RC) {
3307 if (cm_id_priv->qp_type
[all...]
H A Duverbs_cmd.c1063 attr.qp_type = cmd.qp_type;
1089 qp->qp_type = attr.qp_type;
1426 is_ud = qp->qp_type == IB_QPT_UD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c344 if (qp->ibqp.qp_type == IB_QPT_RC) {
482 if (!ib_modify_qp_is_ok(cur_state, new_state, ibqp->qp_type,
651 init_attr->qp_type = qp->ibqp.qp_type;
748 switch (init_attr->qp_type) {
819 init_attr->qp_type);
H A Dipath_ud.c433 if (qp->ibqp.qp_type == IB_QPT_SMI)
448 bth0 |= qp->ibqp.qp_type == IB_QPT_SMI ? IPATH_DEFAULT_P_KEY :
H A Dipath_ruc.c297 if (qp->ibqp.qp_type == IB_QPT_UC)
525 if (qp->ibqp.qp_type == IB_QPT_UC) {
684 if (!((qp->ibqp.qp_type == IB_QPT_RC) ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c156 .qp_type = IB_QPT_UD
H A Dipoib_cm.c208 .qp_type = IB_QPT_RC,
810 attr.qp_type = IB_QPT_RC;
831 req.qp_type = qp->qp_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c248 switch (init_attr->qp_type) {
270 init_attr->qp_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c543 switch (init_attr->qp_type) {
590 init_attr->qp_type, init_attr->sq_sig_type,
620 qp->ibqp.qp_num = init_attr->qp_type == IB_QPT_SMI ? 0 : 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c183 init_attr.qp_type = IB_QPT_RC;

Completed in 126 milliseconds

12