Lines Matching refs:nwords
264 u32 nwords, extra_bytes;
280 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC;
291 nwords);
324 len = ps->s_txreq->hdr_dwords + nwords;
340 u32 dlid, slid, nwords, extra_bytes;
369 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC;
388 nwords);
418 len = (ps->s_txreq->hdr_dwords + nwords) >> 1;
604 u32 nwords;
608 nwords = ((hfi1_get_16b_padding(hwords << 2, 0) +
615 (hwords - LRH_16B_DWORDS + nwords) << 2);
636 len = (hwords + nwords) >> 1;
639 plen = 2 /* PBC */ + hwords + nwords;