Searched refs:MLX5_DSEG_MIN_INLINE_SIZE (Results 1 – 3 of 3) sorted by relevance
775 MLX5_DSEG_MIN_INLINE_SIZE; in txq_calc_inline_max()936 MLX5_WQE_SIZE + MLX5_DSEG_MIN_INLINE_SIZE); in txq_set_params()937 temp -= MLX5_DSEG_MIN_INLINE_SIZE; in txq_set_params()939 temp += MLX5_DSEG_MIN_INLINE_SIZE; in txq_set_params()941 MLX5_DSEG_MIN_INLINE_SIZE - in txq_set_params()955 MLX5_DSEG_MIN_INLINE_SIZE - in txq_set_params()
2815 if (len > MLX5_DSEG_MIN_INLINE_SIZE) { in mlx5_tx_dseg_iptr()2955 static_assert(MLX5_DSEG_MIN_INLINE_SIZE == in mlx5_tx_dseg_vlan()2968 memcpy(pdst, buf, MLX5_DSEG_MIN_INLINE_SIZE); in mlx5_tx_dseg_vlan()2969 buf += MLX5_DSEG_MIN_INLINE_SIZE; in mlx5_tx_dseg_vlan()2970 pdst += MLX5_DSEG_MIN_INLINE_SIZE; in mlx5_tx_dseg_vlan()2971 len -= MLX5_DSEG_MIN_INLINE_SIZE; in mlx5_tx_dseg_vlan()
73 MLX5_DSEG_MIN_INLINE_SIZE)82 MLX5_DSEG_MIN_INLINE_SIZE)256 #define MLX5_DSEG_MIN_INLINE_SIZE 12u macro309 uint8_t inline_data[MLX5_DSEG_MIN_INLINE_SIZE];