Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c75 MLX4_EN_PARM_INT(inline_thold, MAX_INLINE,
182 params->prof[i].inline_thold = inline_thold; in mlx4_en_get_profile()
413 if (inline_thold < MIN_PKT_LEN || inline_thold > MAX_INLINE) { in mlx4_en_verify_params()
414 pr_warn("mlx4_en: WARNING: illegal module parameter inline_thold %d - should be in range %d-%d, will be changed to default (%d)\n", in mlx4_en_verify_params()
415 inline_thold, MIN_PKT_LEN, MAX_INLINE, MAX_INLINE); in mlx4_en_verify_params()
416 inline_thold = MAX_INLINE; in mlx4_en_verify_params()
H A Dmlx4_en.h390 int inline_thold; member
H A Den_ethtool.c1990 *(u32 *)data = priv->prof->inline_thold; in mlx4_en_get_tunable()
2013 priv->prof->inline_thold = val; in mlx4_en_set_tunable()