Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/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.c581 struct ib_global_route *grh, u32 hwords, u32 nwords) in ipath_make_grh() argument
587 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in ipath_make_grh()
Dipath_verbs.h863 struct ib_global_route *grh, u32 hwords, u32 nwords);
/linux-3.4.99/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.c658 struct ib_global_route *grh, u32 hwords, u32 nwords) in qib_make_grh() argument
664 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in qib_make_grh()
Dqib_verbs.h1017 struct ib_global_route *grh, u32 hwords, u32 nwords);
/linux-3.4.99/drivers/media/video/omap3isp/
Dispccp2.c457 u32 val, hwords; in ccp2_mem_configure() local
511 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure()
514 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure()
517 isp_reg_writel(isp, hwords << ISPCCP2_LCM_PREFETCH_SHIFT, in ccp2_mem_configure()