Searched refs:remote_ah_attr (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_uc.c55 wc->slid = qp->remote_ah_attr.dlid;
56 wc->sl = qp->remote_ah_attr.sl;
250 if (unlikely(be16_to_cpu(hdr->lrh[3]) != qp->remote_ah_attr.dlid))
415 wc.slid = qp->remote_ah_attr.dlid;
416 wc.sl = qp->remote_ah_attr.sl;
H A Dipath_ruc.c336 wc.slid = sqp->remote_ah_attr.dlid;
337 wc.sl = sqp->remote_ah_attr.sl;
428 wc.slid = qp->remote_ah_attr.dlid;
429 wc.sl = qp->remote_ah_attr.sl;
651 if (unlikely(qp->remote_ah_attr.dlid == dev->dd->ipath_lid)) {
657 if (qp->remote_ah_attr.ah_flags & IB_AH_GRH)
703 if (unlikely(qp->remote_ah_attr.ah_flags & IB_AH_GRH)) {
705 &qp->remote_ah_attr.grh,
709 lrh0 |= qp->remote_ah_attr.sl << 4;
711 qp->s_hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr
[all...]
H A Dipath_rc.c598 if (unlikely(qp->remote_ah_attr.ah_flags & IB_AH_GRH)) {
600 &qp->remote_ah_attr.grh,
614 lrh0 |= qp->remote_ah_attr.sl << 4;
616 hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid);
758 wc->slid = qp->remote_ah_attr.dlid;
759 wc->sl = qp->remote_ah_attr.sl;
901 wc.slid = qp->remote_ah_attr.dlid;
902 wc.sl = qp->remote_ah_attr.sl;
1027 wc.slid = qp->remote_ah_attr.dlid;
1028 wc.sl = qp->remote_ah_attr
[all...]
H A Dipath_qp.c562 qp->remote_ah_attr = attr->ah_attr;
625 attr->ah_attr = qp->remote_ah_attr;
H A Dipath_verbs.h340 struct ib_ah_attr remote_ah_attr; member in struct:ipath_qp

Completed in 220 milliseconds