Searched refs:MLX5_DSEG_MIN_INLINE_SIZE (Results 1 – 4 of 4) sorted by relevance
731 MLX5_DSEG_MIN_INLINE_SIZE; in txq_calc_inline_max()897 MLX5_WQE_SIZE + MLX5_DSEG_MIN_INLINE_SIZE); in txq_set_params()898 temp -= MLX5_DSEG_MIN_INLINE_SIZE; in txq_set_params()900 temp += MLX5_DSEG_MIN_INLINE_SIZE; in txq_set_params()902 MLX5_DSEG_MIN_INLINE_SIZE - in txq_set_params()916 MLX5_DSEG_MIN_INLINE_SIZE - in txq_set_params()
60 static_assert(MLX5_DSEG_MIN_INLINE_SIZE ==
1335 if (len > MLX5_DSEG_MIN_INLINE_SIZE) { in mlx5_tx_dseg_iptr()1484 memcpy(pdst, buf, MLX5_DSEG_MIN_INLINE_SIZE); in mlx5_tx_dseg_vlan()1485 buf += MLX5_DSEG_MIN_INLINE_SIZE; in mlx5_tx_dseg_vlan()1486 pdst += MLX5_DSEG_MIN_INLINE_SIZE; in mlx5_tx_dseg_vlan()1487 len -= MLX5_DSEG_MIN_INLINE_SIZE; in mlx5_tx_dseg_vlan()
73 MLX5_DSEG_MIN_INLINE_SIZE)82 MLX5_DSEG_MIN_INLINE_SIZE)272 #define MLX5_DSEG_MIN_INLINE_SIZE 12u macro328 uint8_t inline_data[MLX5_DSEG_MIN_INLINE_SIZE];