Lines Matching defs:hwords
66 u32 hwords;
76 hwords = 5;
133 hwords++;
143 hwords += sizeof(ohdr->u.at) / sizeof(u32);
163 hwords++;
190 hwords++;
196 qp->s_hdrwords = hwords;
222 u32 hwords;
271 hwords = 5;
329 hwords += 1;
352 hwords += sizeof(struct ib_reth) / sizeof(u32);
365 hwords += 1;
396 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
436 hwords += sizeof(struct ib_atomic_eth) / sizeof(u32);
492 hwords += 1;
531 hwords += 1;
558 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
578 qp->s_hdrwords = hwords;
605 u32 hwords;
626 hwords = 6;
629 hwords += qib_make_grh(ibp, &hdr.u.l.grh,
631 hwords, 0);
649 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC);
662 control = dd->f_setpbc_control(ppd, hwords + SIZE_OF_CRC,
665 pbc = ((u64) control << 32) | (hwords + 1);
691 qib_pio_copy(piobuf + 2, hdrp, hwords - 1);
693 __raw_writel(hdrp[hwords - 1], piobuf + hwords + 1);
695 qib_pio_copy(piobuf + 2, (u32 *) &hdr, hwords);