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