Lines Matching refs:nwords
264 u32 nwords, extra_bytes; in hfi1_make_ud_req_9B() local
280 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_9B()
291 nwords); in hfi1_make_ud_req_9B()
324 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
340 u32 dlid, slid, nwords, extra_bytes; in hfi1_make_ud_req_16B() local
369 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_16B()
388 nwords); in hfi1_make_ud_req_16B()
418 len = (ps->s_txreq->hdr_dwords + nwords) >> 1; in hfi1_make_ud_req_16B()
604 u32 nwords; 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()
636 len = (hwords + nwords) >> 1; in return_cnp_16B()
639 plen = 2 /* PBC */ + hwords + nwords; in return_cnp_16B()