/drivers/staging/rdma/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 | 580 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()
|
D | ipath_verbs.h | 872 struct ib_global_route *grh, u32 hwords, u32 nwords);
|
/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 81 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 …]
|
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 | 655 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()
|
D | qib_verbs.h | 1107 struct ib_global_route *grh, u32 hwords, u32 nwords);
|
/drivers/staging/rdma/hfi1/ |
D | rc.c | 101 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 …]
|
D | uc.c | 69 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()
|
D | ud.c | 484 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()
|
D | ruc.c | 676 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()
|
D | verbs.h | 1078 struct ib_global_route *grh, u32 hwords, u32 nwords);
|
/drivers/media/platform/omap3isp/ |
D | ispccp2.c | 438 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()
|