Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c775 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()
H A Dmlx5_rxtx.c2815 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()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h73 MLX5_DSEG_MIN_INLINE_SIZE)
82 MLX5_DSEG_MIN_INLINE_SIZE)
256 #define MLX5_DSEG_MIN_INLINE_SIZE 12u macro
309 uint8_t inline_data[MLX5_DSEG_MIN_INLINE_SIZE];