Home
last modified time | relevance | path

Searched refs:hwords (Results 1 – 14 of 14) sorted by relevance

/drivers/staging/rdma/ipath/
Dipath_rc.c90 u32 hwords; in ipath_make_rc_ack() local
100 hwords = 5; in ipath_make_rc_ack()
138 hwords++; in ipath_make_rc_ack()
151 hwords += sizeof(ohdr->u.at) / sizeof(u32); in ipath_make_rc_ack()
167 hwords++; in ipath_make_rc_ack()
193 hwords++; in ipath_make_rc_ack()
198 qp->s_hdrwords = hwords; in ipath_make_rc_ack()
219 u32 hwords; in ipath_make_rc_req() local
268 hwords = 5; in ipath_make_rc_req()
332 hwords += 1; in ipath_make_rc_req()
[all …]
Dipath_uc.c51 u32 hwords; in ipath_make_uc_req() local
80 hwords = 5; in ipath_make_uc_req()
117 hwords += 1; in ipath_make_uc_req()
133 hwords += sizeof(struct ib_reth) / 4; in ipath_make_uc_req()
146 hwords += 1; in ipath_make_uc_req()
175 hwords += 1; in ipath_make_uc_req()
200 hwords += 1; in ipath_make_uc_req()
210 qp->s_hdrwords = hwords; in ipath_make_uc_req()
Dipath_ruc.c580 struct ib_global_route *grh, u32 hwords, u32 nwords) in ipath_make_grh() argument
586 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in ipath_make_grh()
Dipath_verbs.h872 struct ib_global_route *grh, u32 hwords, u32 nwords);
/drivers/infiniband/hw/qib/
Dqib_rc.c81 u32 hwords; in qib_make_rc_ack() local
91 hwords = 5; in qib_make_rc_ack()
148 hwords++; in qib_make_rc_ack()
161 hwords += sizeof(ohdr->u.at) / sizeof(u32); in qib_make_rc_ack()
181 hwords++; in qib_make_rc_ack()
208 hwords++; in qib_make_rc_ack()
214 qp->s_hdrwords = hwords; in qib_make_rc_ack()
237 u32 hwords; in qib_make_rc_req() local
293 hwords = 5; in qib_make_rc_req()
356 hwords += 1; in qib_make_rc_req()
[all …]
Dqib_uc.c51 u32 hwords; in qib_make_uc_req() local
80 hwords = 5; in qib_make_uc_req()
120 hwords += 1; in qib_make_uc_req()
136 hwords += sizeof(struct ib_reth) / 4; in qib_make_uc_req()
149 hwords += 1; in qib_make_uc_req()
178 hwords += 1; in qib_make_uc_req()
203 hwords += 1; in qib_make_uc_req()
213 qp->s_hdrwords = hwords; in qib_make_uc_req()
Dqib_ruc.c655 struct ib_global_route *grh, u32 hwords, u32 nwords) in qib_make_grh() argument
661 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in qib_make_grh()
Dqib_verbs.h1107 struct ib_global_route *grh, u32 hwords, u32 nwords);
/drivers/staging/rdma/hfi1/
Drc.c101 u32 hwords; in make_rc_ack() local
112 hwords = 5; in make_rc_ack()
169 hwords++; in make_rc_ack()
182 hwords += sizeof(ohdr->u.at) / sizeof(u32); in make_rc_ack()
203 hwords++; in make_rc_ack()
230 hwords++; in make_rc_ack()
236 qp->s_hdrwords = hwords; in make_rc_ack()
267 u32 hwords = 5; in hfi1_make_rc_req() local
386 hwords += 1; in hfi1_make_rc_req()
411 hwords += sizeof(struct ib_reth) / sizeof(u32); in hfi1_make_rc_req()
[all …]
Duc.c69 u32 hwords = 5; in hfi1_make_uc_req() local
138 hwords += 1; in hfi1_make_uc_req()
154 hwords += sizeof(struct ib_reth) / 4; in hfi1_make_uc_req()
167 hwords += 1; in hfi1_make_uc_req()
197 hwords += 1; in hfi1_make_uc_req()
223 hwords += 1; in hfi1_make_uc_req()
233 qp->s_hdrwords = hwords; in hfi1_make_uc_req()
Dud.c484 u32 bth0, plen, vl, hwords = 5; in return_cnp() local
497 grh->paylen = cpu_to_be16((hwords - 2 + SIZE_OF_CRC) << 2); in return_cnp()
503 hwords += sizeof(struct ib_grh) / sizeof(u32); in return_cnp()
519 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC); in return_cnp()
522 plen = 2 /* PBC */ + hwords; in return_cnp()
530 &hdr, hwords); in return_cnp()
Druc.c676 struct ib_global_route *grh, u32 hwords, u32 nwords) in hfi1_make_grh() argument
682 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in hfi1_make_grh()
Dverbs.h1078 struct ib_global_route *grh, u32 hwords, u32 nwords);
/drivers/media/platform/omap3isp/
Dispccp2.c438 u32 val, hwords; in ccp2_mem_configure() local
492 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure()
495 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure()
498 isp_reg_writel(isp, hwords << ISPCCP2_LCM_PREFETCH_SHIFT, in ccp2_mem_configure()