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