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