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