Lines Matching refs:extra_bytes
1328 u8 extra_bytes; in hfi1_make_rc_ack_16B() local
1334 extra_bytes = hfi1_get_16b_padding(*hwords << 2, 0); in hfi1_make_rc_ack_16B()
1335 *nwords = SIZE_OF_CRC + ((extra_bytes + SIZE_OF_LT) >> 2); in hfi1_make_rc_ack_16B()
1360 bth0 |= extra_bytes << 20; in hfi1_make_rc_ack_16B()
2363 u8 extra_bytes = pad + packet->extra_byte + (SIZE_OF_CRC << 2); in rc_rcv_resp() local
2430 if (unlikely(tlen != (hdrsize + pmtu + extra_bytes))) in rc_rcv_resp()
2467 if (unlikely(tlen < (hdrsize + extra_bytes))) in rc_rcv_resp()
2489 if (unlikely(tlen <= (hdrsize + extra_bytes))) in rc_rcv_resp()
2492 tlen -= hdrsize + extra_bytes; in rc_rcv_resp()
2825 u8 extra_bytes = pad + packet->extra_byte + (SIZE_OF_CRC << 2); in hfi1_rc_rcv() local
2913 if (unlikely(tlen != (hdrsize + pmtu + extra_bytes))) in hfi1_rc_rcv()
2967 if (unlikely(tlen < (hdrsize + extra_bytes))) in hfi1_rc_rcv()
2970 tlen -= (hdrsize + extra_bytes); in hfi1_rc_rcv()