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;
223 u32 hwords;
272 hwords = 5;
330 hwords += 1;
353 hwords += sizeof(struct ib_reth) / sizeof(u32);
366 hwords += 1;
397 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
437 hwords += sizeof(struct ib_atomic_eth) / sizeof(u32);
493 hwords += 1;
532 hwords += 1;
559 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
579 qp->s_hdrwords = hwords;
606 u32 hwords;
627 hwords = 6;
630 hwords += qib_make_grh(ibp, &hdr.u.l.grh,
632 hwords, 0);
650 hdr.lrh[2] = cpu_to_be16(hwords + SIZE_OF_CRC);
663 control = dd->f_setpbc_control(ppd, hwords + SIZE_OF_CRC,
666 pbc = ((u64) control << 32) | (hwords + 1);
692 qib_pio_copy(piobuf + 2, hdrp, hwords - 1);
694 __raw_writel(hdrp[hwords - 1], piobuf + hwords + 1);
696 qib_pio_copy(piobuf + 2, (u32 *) &hdr, hwords);