Lines Matching refs:nwords
306 u32 nwords, extra_bytes;
322 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC;
333 nwords);
366 len = ps->s_txreq->hdr_dwords + nwords;
382 u32 dlid, slid, nwords, extra_bytes;
411 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC;
430 nwords);
460 len = (ps->s_txreq->hdr_dwords + nwords) >> 1;
645 u32 nwords;
649 nwords = ((hfi1_get_16b_padding(hwords << 2, 0) +
656 (hwords - LRH_16B_DWORDS + nwords) << 2);
677 len = (hwords + nwords) >> 1;
680 plen = 2 /* PBC */ + hwords + nwords;