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