Searched defs:dlid (Results 1 - 5 of 5) sorted by relevance

/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...]
/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);
/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...]
/drivers/infiniband/hw/ehca/
H A Dehca_classes_pSeries.h111 u32 dlid; /* 22 */ member in struct:hcp_modify_qp_control_block
H A Dehca_qes.h71 u16 dlid; member in struct:ehca_ud_av
232 u16 dlid; member in struct:ehca_cqe

Completed in 303 milliseconds