Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c171 return DIV_ROUND_UP(blen, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_calc_cmd_blocks()
829 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command()
831 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command()
1211 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg()
1244 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg()
1941 16 + MLX5_CMD_DATA_BLOCK_SIZE,
1942 16 + MLX5_CMD_DATA_BLOCK_SIZE * 2,
1943 16 + MLX5_CMD_DATA_BLOCK_SIZE * 16,
1944 16 + MLX5_CMD_DATA_BLOCK_SIZE * 256,
1945 16 + MLX5_CMD_DATA_BLOCK_SIZE * 512,
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddevice.h173 MLX5_CMD_DATA_BLOCK_SIZE = 512, enumerator
754 u8 data[MLX5_CMD_DATA_BLOCK_SIZE];