Lines Matching refs:nwords
306 u32 nwords, extra_bytes; in hfi1_make_ud_req_9B() local
322 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_9B()
333 nwords); in hfi1_make_ud_req_9B()
366 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
382 u32 dlid, slid, nwords, extra_bytes; in hfi1_make_ud_req_16B() local
411 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_16B()
430 nwords); in hfi1_make_ud_req_16B()
460 len = (ps->s_txreq->hdr_dwords + nwords) >> 1; in hfi1_make_ud_req_16B()
645 u32 nwords; 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()
677 len = (hwords + nwords) >> 1; in return_cnp_16B()
680 plen = 2 /* PBC */ + hwords + nwords; in return_cnp_16B()