Lines Matching refs:hwords
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()
357 hwords += sizeof(struct ib_reth) / sizeof(u32); in ipath_make_rc_req()
372 hwords += 1; in ipath_make_rc_req()
409 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32); in ipath_make_rc_req()
451 hwords += sizeof(struct ib_atomic_eth) / sizeof(u32); in ipath_make_rc_req()
516 hwords += 1; in ipath_make_rc_req()
552 hwords += 1; in ipath_make_rc_req()
575 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32); in ipath_make_rc_req()
588 qp->s_hdrwords = hwords; in ipath_make_rc_req()
618 u32 hwords; in send_rc_ack() local
656 hwords = 6; in send_rc_ack()
658 hwords += ipath_make_grh(dev, &hdr.u.l.grh, in send_rc_ack()
660 hwords, 0); in send_rc_ack()
676 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC); in send_rc_ack()
683 writeq(hwords + 1, piobuf); in send_rc_ack()
689 __iowrite32_copy(piobuf + 2, hdrp, hwords - 1); in send_rc_ack()
691 __raw_writel(hdrp[hwords - 1], piobuf + hwords + 1); in send_rc_ack()
693 __iowrite32_copy(piobuf + 2, (u32 *) &hdr, hwords); in send_rc_ack()