Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c57 MED_LIST_SIZE = 16 + MLX5_CMD_DATA_BLOCK_SIZE, enumerator
1255 if (in_size > MED_LIST_SIZE && in_size <= LONG_LIST_SIZE) in alloc_msg()
1257 else if (in_size > 16 && in_size <= MED_LIST_SIZE) in alloc_msg()
1464 msg = mlx5_alloc_cmd_msg(dev, GFP_KERNEL, MED_LIST_SIZE); in create_msg_cache()