Searched refs:remote_qpn (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_cm.h121 u32 remote_qpn; member in struct:ib_cm_req_event_param
138 u32 remote_qpn; member in struct:ib_cm_rep_event_param
H A Dib_user_cm.h238 __u32 remote_qpn; member in struct:ib_ucm_req_event_resp
256 __u32 remote_qpn; member in struct:ib_ucm_rep_event_resp
H A Dib_mad.h588 * @remote_qpn: Specifies the QPN of the receiving node.
590 * is valid only if the remote_qpn is QP 1.
611 u32 remote_qpn, u16 pkey_index,
H A Dib_user_verbs.h552 __u32 remote_qpn; member in struct:ib_uverbs_send_wr::__anon10681::__anon10684
H A Dib_verbs.h646 u32 remote_qpn; member in struct:ib_send_wr::__anon10688::__anon10691
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mlx4/
H A Dqp.h127 __be32 remote_qpn; member in struct:mlx4_qp_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm.c118 __be32 remote_qpn; member in struct:cm_timewait_info
142 __be32 remote_qpn; member in struct:cm_id_private
524 __be32 remote_qpn = timewait_info->remote_qpn; local
530 if (remote_qpn < cur_timewait_info->remote_qpn)
532 else if (remote_qpn > cur_timewait_info->remote_qpn)
1081 __be32 local_qpn, __be32 remote_qpn)
1085 (be32_to_cpu(local_qpn) > be32_to_cpu(remote_qpn))));
1080 cm_is_active_peer(__be64 local_ca_guid, __be64 remote_ca_guid, __be32 local_qpn, __be32 remote_qpn) argument
[all...]
H A Ducm.c216 ureq->remote_qpn = kreq->remote_qpn;
240 urep->remote_qpn = krep->remote_qpn;
H A Dmad.c848 u32 remote_qpn, u16 pkey_index,
891 mad_send_wr->send_wr.wr.ud.remote_qpn = remote_qpn;
847 ib_create_send_mad(struct ib_mad_agent *mad_agent, u32 remote_qpn, u16 pkey_index, int rmpp_active, int hdr_len, int data_len, gfp_t gfp_mask) argument
H A Duverbs_cmd.c1470 next->wr.ud.remote_qpn = user_wr->wr.ud.remote_qpn;
H A Dcma.c899 event->param.conn.qp_num = rep_data->remote_qpn;
1070 event->param.conn.qp_num = req_data->remote_qpn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c335 qp->remote_qpn = 0;
388 qp->ibqp.qp_num, qp->remote_qpn);
548 qp->remote_qpn = attr->dest_qp_num;
618 attr->dest_qp_num = qp->remote_qpn;
998 qp->ibqp.qp_num, qp->remote_qpn, wc->status);
H A Dipath_uc.c53 wc->src_qp = qp->remote_qpn;
413 wc.src_qp = qp->remote_qpn;
H A Dipath_ruc.c252 qp = ipath_lookup_qpn(&dev->qp_table, sqp->remote_qpn);
334 wc.src_qp = sqp->remote_qpn;
426 wc.src_qp = qp->remote_qpn;
718 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn);
H A Dipath_rc.c620 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn);
756 wc->src_qp = qp->remote_qpn;
898 wc.src_qp = qp->remote_qpn;
1025 wc.src_qp = qp->remote_qpn;
1254 wc.src_qp = qp->remote_qpn;
1659 wc.src_qp = qp->remote_qpn;
H A Dipath_ud.c116 qp = ipath_lookup_qpn(&dev->qp_table, wr->wr.ud.remote_qpn);
457 cpu_to_be32(wr->wr.ud.remote_qpn);
H A Dipath_verbs.h396 u32 remote_qpn; member in struct:ipath_qp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c130 __be32 remote_qpn; member in struct:mthca_qp_context
469 qp_attr->dest_qp_num = be32_to_cpu(context->remote_qpn) & 0xffffff;
616 qp_context->remote_qpn = cpu_to_be32(attr->dest_qp_num);
1545 sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->wr.ud.remote_qpn);
1707 cpu_to_be32(wr->wr.ud.remote_qpn);
2084 cpu_to_be32(wr->wr.ud.remote_qpn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c767 context->remote_qpn = cpu_to_be32(attr->dest_qp_num);
1109 sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->wr.ud.remote_qpn);
1290 cpu_to_be32(wr->wr.ud.remote_qpn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_reqs.c198 wqe_p->destination_qp_number = send_wr->wr.ud.remote_qpn << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c352 priv->tx_wr.wr.ud.remote_qpn = qpn;

Completed in 201 milliseconds