Searched refs:MLX5_CMD_DATA_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | cmd.c | 145 return DIV_ROUND_UP(blen, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_calc_cmd_blocks() 808 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command() 810 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command() 1120 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg() 1153 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg() 1821 16 + MLX5_CMD_DATA_BLOCK_SIZE, 1822 16 + MLX5_CMD_DATA_BLOCK_SIZE * 2, 1823 16 + MLX5_CMD_DATA_BLOCK_SIZE * 16, 1824 16 + MLX5_CMD_DATA_BLOCK_SIZE * 256, 1825 16 + MLX5_CMD_DATA_BLOCK_SIZE * 512,
|
| /Linux-v5.4/include/linux/mlx5/ |
| D | device.h | 173 MLX5_CMD_DATA_BLOCK_SIZE = 512, enumerator 725 u8 data[MLX5_CMD_DATA_BLOCK_SIZE];
|