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