Home
last modified time | relevance | path

Searched refs:MLX5_DSEG_MIN_INLINE_SIZE (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c731 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()
H A Dmlx5_rxtx.c60 static_assert(MLX5_DSEG_MIN_INLINE_SIZE ==
H A Dmlx5_tx.h1335 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()
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h73 MLX5_DSEG_MIN_INLINE_SIZE)
82 MLX5_DSEG_MIN_INLINE_SIZE)
272 #define MLX5_DSEG_MIN_INLINE_SIZE 12u macro
328 uint8_t inline_data[MLX5_DSEG_MIN_INLINE_SIZE];