Searched refs:hwords (Results 1 - 5 of 5) 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.c80 u32 hwords; local
89 hwords = 5;
129 hwords += 1;
142 hwords += sizeof(struct ib_reth) / 4;
155 hwords += 1;
183 hwords += 1;
205 hwords += 1;
212 qp->s_hdrwords = hwords;
H A Dipath_rc.c89 u32 hwords; local
95 hwords = 5;
131 hwords++;
144 hwords += sizeof(ohdr->u.at) / sizeof(u32);
159 hwords++;
184 hwords++;
189 qp->s_hdrwords = hwords;
217 u32 hwords; local
242 hwords = 5;
301 hwords
582 u32 hwords; local
[all...]
H A Dipath_ud.c294 u32 hwords; local
390 hwords = 17;
416 hwords = 7;
423 hwords += 1;
437 qp->s_hdr.lrh[2] = cpu_to_be16(hwords + nwords + SIZE_OF_CRC);
466 if (ipath_verbs_send(dev->dd, hwords, (u32 *) &qp->s_hdr,
H A Dipath_ruc.c601 * @hwords: the number of 32 bit words of header being sent
607 struct ib_global_route *grh, u32 hwords, u32 nwords)
613 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2);
606 ipath_make_grh(struct ipath_ibdev *dev, struct ib_grh *hdr, struct ib_global_route *grh, u32 hwords, u32 nwords) argument
H A Dipath_verbs.h786 struct ib_global_route *grh, u32 hwords, u32 nwords);

Completed in 108 milliseconds