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