MLX5_INLINE_SEG
inline_segment = !!(byte_count & MLX5_INLINE_SEG);
bcnt = byte_count & ~MLX5_INLINE_SEG;
seg->byte_count = cpu_to_be32(inl | MLX5_INLINE_SEG);
inline_dseg->byte_count = cpu_to_be32(dma_len | MLX5_INLINE_SEG);
inlseg->byte_count = cpu_to_be32(ipsec_st->tailen | MLX5_INLINE_SEG);
inlseg->byte_count = cpu_to_be32(psp_st->tailen | MLX5_INLINE_SEG);
MLX5_HW_START_PADDING = MLX5_INLINE_SEG,