Lines Matching defs:hwords
637 u32 bth0, plen, vl, hwords = 7;
649 nwords = ((hfi1_get_16b_padding(hwords << 2, 0) +
656 (hwords - LRH_16B_DWORDS + nwords) << 2);
662 hwords += sizeof(struct ib_grh) / sizeof(u32);
670 (hfi1_get_16b_padding(hwords << 2, 0) << 20);
677 len = (hwords + nwords) >> 1;
680 plen = 2 /* PBC */ + hwords + nwords;
689 &hdr, hwords);
699 u32 bth0, plen, vl, hwords = 5;
714 (hwords - LRH_9B_DWORDS + SIZE_OF_CRC) << 2);
720 hwords += sizeof(struct ib_grh) / sizeof(u32);
734 hfi1_make_ib_hdr(&hdr.ibh, lrh0, hwords + SIZE_OF_CRC, dlid, slid);
735 plen = 2 /* PBC */ + hwords;
744 &hdr, hwords);