Searched refs:lrh (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dud_header.c47 { STRUCT_FIELD(lrh, virtual_lane),
51 { STRUCT_FIELD(lrh, link_version),
55 { STRUCT_FIELD(lrh, service_level),
63 { STRUCT_FIELD(lrh, link_next_header),
67 { STRUCT_FIELD(lrh, destination_lid),
75 { STRUCT_FIELD(lrh, packet_length),
79 { STRUCT_FIELD(lrh, source_lid),
188 * ib_ud_header_init() initializes the lrh.link_version, lrh.link_next_header,
189 * lrh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ud.c435 qp->s_hdr.lrh[0] = cpu_to_be16(lrh0);
436 qp->s_hdr.lrh[1] = cpu_to_be16(ah_attr->dlid); /* DEST LID */
437 qp->s_hdr.lrh[2] = cpu_to_be16(hwords + nwords + SIZE_OF_CRC);
442 qp->s_hdr.lrh[3] = cpu_to_be16(lid);
444 qp->s_hdr.lrh[3] = IB_LID_PERMISSIVE;
550 if (unlikely(hdr->lrh[1] == IB_LID_PERMISSIVE ||
551 hdr->lrh[3] == IB_LID_PERMISSIVE)) {
560 } else if (hdr->lrh[1] == IB_LID_PERMISSIVE ||
561 hdr->lrh[3] == IB_LID_PERMISSIVE) {
582 (be16_to_cpu(hdr->lrh[
[all...]
H A Dipath_common.h668 __be16 lrh[4]; member in struct:ipath_message_header
677 __be16 lrh[4]; member in struct:ether_header
H A Dipath_ruc.c710 qp->s_hdr.lrh[0] = cpu_to_be16(lrh0);
711 qp->s_hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid);
712 qp->s_hdr.lrh[2] = cpu_to_be16(qp->s_hdrwords + nwords +
714 qp->s_hdr.lrh[3] = cpu_to_be16(dev->dd->ipath_lid);
H A Dipath_rc.c615 hdr.lrh[0] = cpu_to_be16(lrh0);
616 hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid);
617 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC);
618 hdr.lrh[3] = cpu_to_be16(dev->dd->ipath_lid);
1491 if (unlikely(be16_to_cpu(hdr->lrh[3]) != qp->remote_ah_attr.dlid))
H A Dipath_uc.c250 if (unlikely(be16_to_cpu(hdr->lrh[3]) != qp->remote_ah_attr.dlid))
H A Dipath_verbs.h129 __be16 lrh[4]; member in struct:ipath_ib_header
H A Dipath_verbs.c406 lid = be16_to_cpu(hdr->lrh[1]);
416 lnh = be16_to_cpu(hdr->lrh[0]) & 3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_av.c273 header->lrh.service_level = be32_to_cpu(ah->av->sl_tclass_flowlabel) >> 28;
274 header->lrh.destination_lid = ah->av->dlid;
275 header->lrh.source_lid = cpu_to_be16(ah->av->g_slid & 0x7f);
H A Dmthca_qp.c1514 (sqp->ud_header.lrh.destination_lid ==
1516 (sqp->ud_header.lrh.service_level << 8));
1517 mlx->rlid = sqp->ud_header.lrh.destination_lid;
1534 sqp->ud_header.lrh.virtual_lane = !sqp->qp.ibqp.qp_num ? 15 : 0;
1535 if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE)
1536 sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinetpeer.c211 int lrh; local
214 lrh = node_height(lr);
215 if (lrh <= node_height(ll)) { /* ll: RH+1 */
218 node->avl_height = lrh + 1; /* RH+1 or RH+2 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c1063 sqp->ud_header.lrh.service_level =
1065 sqp->ud_header.lrh.destination_lid = ah->av.dlid;
1066 sqp->ud_header.lrh.source_lid = cpu_to_be16(ah->av.g_slid & 0x7f);
1081 (sqp->ud_header.lrh.destination_lid ==
1083 (sqp->ud_header.lrh.service_level << 8));
1084 mlx->rlid = sqp->ud_header.lrh.destination_lid;
1100 sqp->ud_header.lrh.virtual_lane = !sqp->qp.ibqp.qp_num ? 15 : 0;
1101 if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE)
1102 sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_pack.h216 struct ib_unpacked_lrh lrh; member in struct:ib_ud_header

Completed in 160 milliseconds