Lines Matching refs:extra_bytes
226 u16 *pkey, u32 extra_bytes, bool bypass)
241 bth0 |= extra_bytes << 20;
264 u32 nwords, extra_bytes;
279 extra_bytes = -wqe->length & 3;
280 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC;
323 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, false);
340 u32 dlid, slid, nwords, extra_bytes;
367 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2),
369 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC;
415 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, true);
826 u8 extra_bytes;
832 extra_bytes = packet->pad + packet->extra_byte + (SIZE_OF_CRC << 2);
861 if (unlikely(tlen < (hdrsize + extra_bytes)))
864 tlen -= hdrsize + extra_bytes;