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