Lines Matching defs:hwords
114 u32 hwords, hdrlen;
134 hwords = 5;
137 hwords = 7;
211 hwords++;
260 hwords += sizeof(ohdr->u.at) / sizeof(u32);
282 hwords++;
334 hwords += hdrlen;
356 hwords += delta;
386 hwords++;
397 ps->s_txreq->hdr_dwords = hwords;
439 u32 hwords = 5;
458 hwords = 5;
465 hwords = 7;
611 hwords += 1;
617 hwords += 1;
641 hwords += sizeof(struct ib_reth) / sizeof(u32);
654 hwords += 1;
676 hwords += hfi1_build_tid_rdma_write_req(qp, wqe, ohdr,
790 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
864 hwords += delta;
905 hwords += sizeof(struct ib_atomic_eth) / sizeof(u32);
967 hwords += 1;
972 hwords += 1;
1012 hwords += 1;
1040 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
1065 hwords += hfi1_build_tid_rdma_write_req(qp, wqe, ohdr, &bth1,
1122 hwords += delta;
1165 hwords += delta;
1187 ps->s_txreq->hdr_dwords = hwords;
1263 u64 *pbc_flags, u32 *hwords,
1278 *hwords = 6;
1281 *hwords += hfi1_make_grh(ibp, &hdr->u.l.grh,
1283 *hwords - 2, SIZE_OF_CRC);
1297 hfi1_make_ib_hdr(hdr, lrh0, *hwords + SIZE_OF_CRC,
1316 u64 *pbc_flags, u32 *hwords,
1333 *hwords = 8;
1334 extra_bytes = hfi1_get_16b_padding(*hwords << 2, 0);
1339 *hwords += hfi1_make_grh(ibp, &hdr->u.l.grh,
1341 *hwords - 4, *nwords);
1351 len = (*hwords + *nwords) >> 1;
1369 u64 *pbc_flags, u32 *hwords,
1395 u32 hwords = 0;
1422 &pbc_flags, &hwords, &nwords);
1424 plen = 2 /* PBC */ + hwords + nwords;
1445 (void *)&opa_hdr.opah), hwords);