Searched refs:ohdr (Results 1 - 7 of 7) 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.c67 * @ohdr: a pointer to the IB header being constructed
76 struct ipath_other_headers *ohdr,
128 ohdr->u.imm_data = wqe->wr.imm_data;
137 ohdr->u.rc.reth.vaddr =
139 ohdr->u.rc.reth.rkey =
141 ohdr->u.rc.reth.length = cpu_to_be32(len);
154 ohdr->u.rc.imm_data = wqe->wr.imm_data;
182 ohdr->u.imm_data = wqe->wr.imm_data;
204 ohdr->u.imm_data = wqe->wr.imm_data;
239 struct ipath_other_headers *ohdr; local
75 ipath_make_uc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr, u32 pmtu, u32 *bth0p, u32 *bth2p) argument
[all...]
H A Dipath_rc.c77 * @ohdr: a pointer to the IB header being constructed
85 struct ipath_other_headers *ohdr,
130 ohdr->u.aeth = ipath_compute_aeth(qp);
139 ohdr->u.at.aeth = ipath_compute_aeth(qp);
140 ohdr->u.at.atomic_ack_eth[0] =
142 ohdr->u.at.atomic_ack_eth[1] =
144 hwords += sizeof(ohdr->u.at) / sizeof(u32);
158 ohdr->u.aeth = ipath_compute_aeth(qp);
178 ohdr->u.aeth =
183 ohdr
84 ipath_make_rc_ack(struct ipath_qp *qp, struct ipath_other_headers *ohdr, u32 pmtu, u32 *bth0p, u32 *bth2p) argument
210 ipath_make_rc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr, u32 pmtu, u32 *bth0p, u32 *bth2p) argument
584 struct ipath_other_headers *ohdr; local
1068 ipath_rc_rcv_resp(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, u32 tlen, struct ipath_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, int header_in_data) argument
1284 ipath_rc_rcv_error(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, struct ipath_qp *qp, u32 opcode, u32 psn, int diff, int header_in_data) argument
1479 struct ipath_other_headers *ohdr; local
[all...]
H A Dipath_ud.c289 struct ipath_other_headers *ohdr; local
392 ohdr = &qp->s_hdr.u.l.oth;
418 ohdr = &qp->s_hdr.u.oth;
421 ohdr->u.ud.imm_data = wr->imm_data;
450 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);
463 ohdr->u.ud.deth[0] = cpu_to_be32((int)wr->wr.ud.remote_qkey < 0 ?
465 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
508 struct ipath_other_headers *ohdr; local
[all...]
H A Dipath_ruc.c646 struct ipath_other_headers *ohdr; local
656 ohdr = &qp->s_hdr.u.oth;
658 ohdr = &qp->s_hdr.u.l.oth;
685 ipath_make_rc_req(qp, ohdr, pmtu, &bth0, &bth2) :
686 ipath_make_uc_req(qp, ohdr, pmtu, &bth0, &bth2))) {
717 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_verbs.h790 int ipath_make_rc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr,
793 int ipath_make_uc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr,
H A Dipath_verbs.c390 struct ipath_other_headers *ohdr; local
418 ohdr = &hdr->u.oth;
420 ohdr = &hdr->u.l.oth;
426 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/net/ipv6/
H A Dexthdrs.c879 static int ipv6_renew_option(void *ohdr, argument
886 if (ohdr) {
887 memcpy(*p, ohdr, ipv6_optlen((struct ipv6_opt_hdr *)ohdr));

Completed in 120 milliseconds