Searched refs:hwords (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/ipath/ |
D | ipath_rc.c | 90 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 …]
|
D | ipath_uc.c | 51 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()
|
D | ipath_ruc.c | 581 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()
|
D | ipath_verbs.h | 863 struct ib_global_route *grh, u32 hwords, u32 nwords);
|
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 82 u32 hwords; in qib_make_rc_ack() local 92 hwords = 5; in qib_make_rc_ack() 149 hwords++; in qib_make_rc_ack() 162 hwords += sizeof(ohdr->u.at) / sizeof(u32); in qib_make_rc_ack() 182 hwords++; in qib_make_rc_ack() 209 hwords++; in qib_make_rc_ack() 215 qp->s_hdrwords = hwords; in qib_make_rc_ack() 238 u32 hwords; in qib_make_rc_req() local 298 hwords = 5; in qib_make_rc_req() 361 hwords += 1; in qib_make_rc_req() [all …]
|
D | qib_uc.c | 51 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()
|
D | qib_ruc.c | 653 struct ib_global_route *grh, u32 hwords, u32 nwords) in qib_make_grh() argument 659 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2); in qib_make_grh()
|
D | qib_verbs.h | 1014 struct ib_global_route *grh, u32 hwords, u32 nwords);
|
/linux-2.6.39/drivers/media/video/omap3isp/ |
D | ispccp2.c | 450 u32 val, hwords; in ccp2_mem_configure() local 504 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure() 507 hwords = (ISPCCP2_LCM_HSIZE_SKIP_MIN + in ccp2_mem_configure() 510 isp_reg_writel(isp, hwords << ISPCCP2_LCM_PREFETCH_SHIFT, in ccp2_mem_configure()
|