Searched refs:MLX5_CMD_DATA_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
/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() 903 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command() 905 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command() 1333 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg() 1366 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg() 2234 16 + MLX5_CMD_DATA_BLOCK_SIZE, 2235 16 + MLX5_CMD_DATA_BLOCK_SIZE * 2, 2236 16 + MLX5_CMD_DATA_BLOCK_SIZE * 16, 2237 16 + MLX5_CMD_DATA_BLOCK_SIZE * 256, 2238 16 + MLX5_CMD_DATA_BLOCK_SIZE * 512,
|