Lines Matching refs:extra_bytes
770 u8 extra_bytes = 0;
777 extra_bytes = hfi1_get_16b_padding(hdrbytes - 8, length) +
785 extra_bytes,
822 if (extra_bytes)
824 extra_bytes);
855 u8 extra_bytes = hfi1_get_16b_padding((hdrwords << 2), len);
857 dwords = (len + extra_bytes + (SIZE_OF_CRC << 2) +
997 u8 extra_bytes = 0;
1002 extra_bytes = pad_size + (SIZE_OF_CRC << 2) + SIZE_OF_LT;
1003 dwords = (len + extra_bytes) >> 2;
1091 if (extra_bytes)
1093 extra_bytes);