Lines Matching refs:nwords
325 u32 nwords, extra_bytes; in hfi1_make_ud_req_9B() local
341 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_9B()
352 nwords); in hfi1_make_ud_req_9B()
385 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
401 u32 dlid, slid, nwords, extra_bytes; in hfi1_make_ud_req_16B() local
430 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC; in hfi1_make_ud_req_16B()
449 nwords); in hfi1_make_ud_req_16B()
479 len = (ps->s_txreq->hdr_dwords + nwords) >> 1; in hfi1_make_ud_req_16B()
664 u32 nwords; 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()
695 len = (hwords + nwords) >> 1; in return_cnp_16B()
698 plen = 2 /* PBC */ + hwords + nwords; in return_cnp_16B()