Lines Matching refs:extra_bytes
728 u8 extra_bytes = 0;
735 extra_bytes = hfi1_get_16b_padding(hdrbytes - 8, length) +
743 extra_bytes,
780 if (extra_bytes)
782 extra_bytes);
813 u8 extra_bytes = hfi1_get_16b_padding((hdrwords << 2), len);
815 dwords = (len + extra_bytes + (SIZE_OF_CRC << 2) +
955 u8 extra_bytes = 0;
960 extra_bytes = pad_size + (SIZE_OF_CRC << 2) + SIZE_OF_LT;
961 dwords = (len + extra_bytes) >> 2;
1049 if (extra_bytes)
1051 extra_bytes);