Searched refs:dlid (Results 1 - 25 of 38) sorted by relevance

12

/drivers/infiniband/core/
H A Duverbs_marshall.c45 dst->dlid = src->dlid;
100 dst->dlid = src->dlid;
126 dst->dlid = src->dlid;
H A Dsa_query.c136 { PATH_REC_FIELD(dlid),
386 ah_attr.dlid = port_attr.sm_lid;
502 ah_attr->dlid = be16_to_cpu(rec->dlid);
H A Duverbs_cmd.c1716 resp.dest.dlid = attr->ah_attr.dlid;
1728 resp.alt_dest.dlid = attr->alt_ah_attr.dlid;
1820 attr->ah_attr.dlid = cmd.dest.dlid;
1832 attr->alt_ah_attr.dlid = cmd.alt_dest.dlid;
2284 attr.dlid = cmd.attr.dlid;
[all...]
H A Dcm.c1035 req_msg->primary_remote_lid = pri_path->dlid;
1056 req_msg->alt_remote_lid = alt_path->dlid;
1238 primary_path->dlid = req_msg->primary_local_lid;
1259 alt_path->dlid = req_msg->alt_local_lid;
2585 lap_msg->alt_remote_lid = alternate_path->dlid;
2662 path->dlid = lap_msg->alt_local_lid;
3516 if (cm_id_priv->alt_av.ah_attr.dlid) {
3570 if (cm_id_priv->alt_av.ah_attr.dlid) {
/drivers/infiniband/hw/ehca/
H A Dehca_av.c103 av->av.dlid = ah_attr->dlid;
177 new_ehca_av.dlid = ah_attr->dlid;
240 ah_attr->dlid = av->av.dlid;
H A Dehca_qes.h71 u16 dlid; member in struct:ehca_ud_av
232 u16 dlid; member in struct:ehca_cqe
H A Dehca_classes_pSeries.h111 u32 dlid; /* 22 */ member in struct:hcp_modify_qp_control_block
H A Dehca_qp.c1491 mqpcb->dlid = attr->ah_attr.dlid;
1595 mqpcb->dlid_al = attr->alt_ah_attr.dlid;
1989 qp_attr->ah_attr.dlid = qpcb->dlid;
2010 qp_attr->alt_ah_attr.dlid = qpcb->dlid_al;
/drivers/infiniband/hw/qib/
H A Dqib_ud.c89 cpu_to_be16(ah_attr->dlid));
113 cpu_to_be16(ah_attr->dlid));
213 wc.dlid_path_bits = ah_attr->dlid & ((1 << ppd->lmc) - 1);
278 if (ah_attr->dlid >= QIB_MULTICAST_LID_BASE) {
279 if (ah_attr->dlid != QIB_PERMISSIVE_LID)
285 lid = ah_attr->dlid & ~((1 << ppd->lmc) - 1);
350 qp->s_hdr.lrh[1] = cpu_to_be16(ah_attr->dlid); /* DEST LID */
368 ohdr->bth[1] = ah_attr->dlid >= QIB_MULTICAST_LID_BASE &&
369 ah_attr->dlid != QIB_PERMISSIVE_LID ?
435 u16 dlid; local
[all...]
H A Dqib_ruc.c298 if (be16_to_cpu(hdr->lrh[3]) != qp->alt_ah_attr.dlid ||
330 if (be16_to_cpu(hdr->lrh[3]) != qp->remote_ah_attr.dlid ||
563 wc.slid = qp->remote_ah_attr.dlid;
699 qp->s_hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid);
730 (qp->remote_ah_attr.dlid & ~((1 << ppd->lmc) - 1)) == ppd->lid) {
H A Dqib_uc.c418 wc.slid = qp->remote_ah_attr.dlid;
H A Dqib_qp.c588 if (attr->ah_attr.dlid >= QIB_MULTICAST_LID_BASE)
595 if (attr->alt_ah_attr.dlid >= QIB_MULTICAST_LID_BASE)
/drivers/infiniband/hw/mlx4/
H A Dah.c78 ah->av.ib.dlid = cpu_to_be16(ah_attr->dlid);
126 ah->av.ib.dlid = cpu_to_be16(0xc000);
175 ah_attr->dlid = ll == IB_LINK_LAYER_INFINIBAND ? be16_to_cpu(ah->av.ib.dlid) : 0;
H A Dmad.c133 ah_attr.dlid = lid;
H A Dqp.c938 path->rlid = cpu_to_be16(ah->dlid);
1385 sqp->ud_header.lrh.destination_lid = ah->av.ib.dlid;
2064 ib_ah_attr->dlid = be16_to_cpu(path->rlid);
/drivers/infiniband/hw/mthca/
H A Dmthca_av.c60 __be16 dlid; member in struct:mthca_av
203 av->dlid = cpu_to_be16(ah_attr->dlid);
273 header->lrh.destination_lid = ah->av->dlid;
302 attr->dlid = be16_to_cpu(ah->av->dlid);
H A Dmthca_mad.c85 ah_attr.dlid = lid;
/drivers/infiniband/hw/ipath/
H A Dipath_ud.c224 ah_attr->dlid & ((1 << dev->dd->ipath_lmc) - 1);
284 if (ah_attr->dlid >= IPATH_MULTICAST_LID_BASE) {
285 if (ah_attr->dlid != IPATH_PERMISSIVE_LID)
291 lid = ah_attr->dlid & ~((1 << dev->dd->ipath_lmc) - 1);
353 qp->s_hdr.lrh[1] = cpu_to_be16(ah_attr->dlid); /* DEST LID */
372 ohdr->bth[1] = ah_attr->dlid >= IPATH_MULTICAST_LID_BASE &&
373 ah_attr->dlid != IPATH_PERMISSIVE_LID ?
419 u16 dlid; local
567 dlid = be16_to_cpu(hdr->lrh[1]);
571 wc.dlid_path_bits = dlid >
[all...]
H A Dipath_ruc.c441 wc.slid = qp->remote_ah_attr.dlid;
620 qp->s_hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid);
648 qp->remote_ah_attr.dlid == dev->dd->ipath_lid) {
H A Dipath_uc.c254 if (unlikely(be16_to_cpu(hdr->lrh[3]) != qp->remote_ah_attr.dlid))
417 wc.slid = qp->remote_ah_attr.dlid;
H A Dipath_rc.c675 hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid);
958 wc.slid = qp->remote_ah_attr.dlid;
1586 if (unlikely(be16_to_cpu(hdr->lrh[3]) != qp->remote_ah_attr.dlid))
1742 wc.slid = qp->remote_ah_attr.dlid;
H A Dipath_qp.c470 if (attr->ah_attr.dlid == 0 ||
471 attr->ah_attr.dlid >= IPATH_MULTICAST_LID_BASE)
H A Dipath_verbs.c1771 if (ah_attr->dlid >= IPATH_MULTICAST_LID_BASE &&
1772 ah_attr->dlid != IPATH_PERMISSIVE_LID &&
1778 if (ah_attr->dlid == 0) {
/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c213 gid_buf, path.pathrec.dlid ? "yes" : "no");
215 if (path.pathrec.dlid) {
222 be16_to_cpu(path.pathrec.dlid),
H A Dipoib_main.c365 be16_to_cpu(path->pathrec.dlid),
419 be16_to_cpu(pathrec->dlid), pathrec->dgid.raw);
442 ah, be16_to_cpu(pathrec->dlid), pathrec->sl);
693 be16_to_cpu(path->pathrec.dlid));

Completed in 257 milliseconds

12