Lines Matching defs:hwords
596 u32 bth0, plen, vl, hwords = 7;
608 nwords = ((hfi1_get_16b_padding(hwords << 2, 0) +
615 (hwords - LRH_16B_DWORDS + nwords) << 2);
621 hwords += sizeof(struct ib_grh) / sizeof(u32);
629 (hfi1_get_16b_padding(hwords << 2, 0) << 20);
636 len = (hwords + nwords) >> 1;
639 plen = 2 /* PBC */ + hwords + nwords;
648 &hdr, hwords);
658 u32 bth0, plen, vl, hwords = 5;
673 (hwords - LRH_9B_DWORDS + SIZE_OF_CRC) << 2);
679 hwords += sizeof(struct ib_grh) / sizeof(u32);
693 hfi1_make_ib_hdr(&hdr.ibh, lrh0, hwords + SIZE_OF_CRC, dlid, slid);
694 plen = 2 /* PBC */ + hwords;
703 &hdr, hwords);