Searched refs:bth (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dud_header.c121 { STRUCT_FIELD(bth, opcode),
125 { STRUCT_FIELD(bth, solicited_event),
129 { STRUCT_FIELD(bth, mig_req),
133 { STRUCT_FIELD(bth, pad_count),
137 { STRUCT_FIELD(bth, transport_header_version),
141 { STRUCT_FIELD(bth, pkey),
149 { STRUCT_FIELD(bth, destination_qpn),
153 { STRUCT_FIELD(bth, ack_req),
161 { STRUCT_FIELD(bth, psn),
190 * grh.next_header, bth
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_uc.c257 psn = be32_to_cpu(ohdr->bth[2]);
273 psn = be32_to_cpu(ohdr->bth[2]);
279 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
391 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
421 (ohdr->bth[0] &
486 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
519 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
H A Dipath_ud.c450 ohdr->bth[0] = cpu_to_be32(bth0);
454 ohdr->bth[1] = ah_attr->dlid >= IPATH_MULTICAST_LID_BASE &&
458 ohdr->bth[2] = cpu_to_be32(qp->s_next_psn++ & IPATH_PSN_MASK);
571 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
600 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
668 (ohdr->bth[0] &
H A Dipath_common.h669 __be32 bth[3]; member in struct:ipath_message_header
678 __be32 bth[3]; member in struct:ether_header
H A Dipath_rc.c619 ohdr->bth[0] = cpu_to_be32(bth0);
620 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn);
621 ohdr->bth[2] = cpu_to_be32(qp->r_ack_psn & IPATH_PSN_MASK);
1187 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
1214 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
1498 psn = be32_to_cpu(ohdr->bth[2]);
1513 psn = be32_to_cpu(ohdr->bth[2]);
1522 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
1640 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
1667 (ohdr->bth[
[all...]
H A Dipath_ruc.c717 ohdr->bth[0] = cpu_to_be32(bth0);
718 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn);
719 ohdr->bth[2] = cpu_to_be32(bth2);
H A Dipath_driver.c985 be32_to_cpu(hdr->bth[0]) >> 24,
1044 qp = ntohl(hdr->bth[1]) & 0xffffff;
1045 bthbytes = (u8 *) hdr->bth;
1095 be32_to_cpu(hdr->bth[0]) & 0xff);
H A Dipath_verbs.h102 __be32 bth[3]; member in struct:ipath_other_headers
H A Dipath_verbs.c426 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
431 qp_num = be32_to_cpu(ohdr->bth[1]) & IPATH_QPN_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_pack.h219 struct ib_unpacked_bth bth; member in struct:ib_ud_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c1088 sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY;
1092 sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE;
1103 sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED);
1108 sqp->ud_header.bth.pkey = cpu_to_be16(pkey);
1109 sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->wr.ud.remote_qpn);
1110 sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1522 sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY;
1526 sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE;
1537 sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED);
1544 sqp->ud_header.bth.pkey = cpu_to_be16(pkey);
1545 sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->wr.ud.remote_qpn);
1546 sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1));

Completed in 79 milliseconds