Searched refs:MLX5_CMD_DATA_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 143 return DIV_ROUND_UP(blen, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_calc_cmd_blocks() 784 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command() 786 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command() 1095 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg() 1128 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg() 1703 16 + MLX5_CMD_DATA_BLOCK_SIZE, 1704 16 + MLX5_CMD_DATA_BLOCK_SIZE * 2, 1705 16 + MLX5_CMD_DATA_BLOCK_SIZE * 16, 1706 16 + MLX5_CMD_DATA_BLOCK_SIZE * 256, 1707 16 + MLX5_CMD_DATA_BLOCK_SIZE * 512,
|
/Linux-v4.19/include/linux/mlx5/ |
D | device.h | 173 MLX5_CMD_DATA_BLOCK_SIZE = 512, enumerator 675 u8 data[MLX5_CMD_DATA_BLOCK_SIZE];
|