Lines Matching defs:hwords
72 u32 hwords, hdrlen;
92 hwords = 5;
95 hwords = 7;
169 hwords++;
218 hwords += sizeof(ohdr->u.at) / sizeof(u32);
240 hwords++;
292 hwords += hdrlen;
314 hwords += delta;
344 hwords++;
355 ps->s_txreq->hdr_dwords = hwords;
398 u32 hwords = 5;
417 hwords = 5;
424 hwords = 7;
570 hwords += 1;
576 hwords += 1;
600 hwords += sizeof(struct ib_reth) / sizeof(u32);
613 hwords += 1;
635 hwords += hfi1_build_tid_rdma_write_req(qp, wqe, ohdr,
749 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
823 hwords += delta;
864 hwords += sizeof(struct ib_atomic_eth) / sizeof(u32);
926 hwords += 1;
931 hwords += 1;
971 hwords += 1;
999 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
1024 hwords += hfi1_build_tid_rdma_write_req(qp, wqe, ohdr, &bth1,
1081 hwords += delta;
1124 hwords += delta;
1146 ps->s_txreq->hdr_dwords = hwords;
1222 u64 *pbc_flags, u32 *hwords,
1237 *hwords = 6;
1240 *hwords += hfi1_make_grh(ibp, &hdr->u.l.grh,
1242 *hwords - 2, SIZE_OF_CRC);
1256 hfi1_make_ib_hdr(hdr, lrh0, *hwords + SIZE_OF_CRC,
1275 u64 *pbc_flags, u32 *hwords,
1292 *hwords = 8;
1293 extra_bytes = hfi1_get_16b_padding(*hwords << 2, 0);
1298 *hwords += hfi1_make_grh(ibp, &hdr->u.l.grh,
1300 *hwords - 4, *nwords);
1310 len = (*hwords + *nwords) >> 1;
1328 u64 *pbc_flags, u32 *hwords,
1353 u32 hwords = 0;
1380 &pbc_flags, &hwords, &nwords);
1382 plen = 2 /* PBC */ + hwords + nwords;
1403 (void *)&opa_hdr.opah), hwords);