Lines Matching refs:extra_bytes
268 u16 *pkey, u32 extra_bytes, bool bypass)
283 bth0 |= extra_bytes << 20;
306 u32 nwords, extra_bytes;
321 extra_bytes = -wqe->length & 3;
322 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC;
365 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, false);
382 u32 dlid, slid, nwords, extra_bytes;
409 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2),
411 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC;
457 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, true);
872 u8 extra_bytes;
878 extra_bytes = packet->pad + packet->extra_byte + (SIZE_OF_CRC << 2);
907 if (unlikely(tlen < (hdrsize + extra_bytes)))
910 tlen -= hdrsize + extra_bytes;