Searched refs:MLX5_CMD_DATA_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 216 return DIV_ROUND_UP(blen, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_calc_cmd_blocks() 896 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command() 898 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command() 1326 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg() 1359 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg() 2148 16 + MLX5_CMD_DATA_BLOCK_SIZE, 2149 16 + MLX5_CMD_DATA_BLOCK_SIZE * 2, 2150 16 + MLX5_CMD_DATA_BLOCK_SIZE * 16, 2151 16 + MLX5_CMD_DATA_BLOCK_SIZE * 256, 2152 16 + MLX5_CMD_DATA_BLOCK_SIZE * 512,
|
/openbmc/linux/include/linux/mlx5/ |
H A D | device.h | 174 MLX5_CMD_DATA_BLOCK_SIZE = 512, enumerator 772 u8 data[MLX5_CMD_DATA_BLOCK_SIZE];
|