Lines Matching refs:hwords
656 u32 bth0, plen, vl, hwords = 7; in return_cnp_16B() local
667 nwords = ((hfi1_get_16b_padding(hwords << 2, 0) + in return_cnp_16B()
674 (hwords - LRH_16B_DWORDS + nwords) << 2); in return_cnp_16B()
680 hwords += sizeof(struct ib_grh) / sizeof(u32); in return_cnp_16B()
688 (hfi1_get_16b_padding(hwords << 2, 0) << 20); in return_cnp_16B()
695 len = (hwords + nwords) >> 1; in return_cnp_16B()
698 plen = 2 /* PBC */ + hwords + nwords; in return_cnp_16B()
706 &hdr, hwords); in return_cnp_16B()
715 u32 bth0, plen, vl, hwords = 5; in return_cnp() local
729 (hwords - LRH_9B_DWORDS + SIZE_OF_CRC) << 2); in return_cnp()
735 hwords += sizeof(struct ib_grh) / sizeof(u32); in return_cnp()
749 hfi1_make_ib_hdr(&hdr, lrh0, hwords + SIZE_OF_CRC, dlid, slid); in return_cnp()
750 plen = 2 /* PBC */ + hwords; in return_cnp()
758 &hdr, hwords); in return_cnp()