Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c173 return DIV_ROUND_UP(blen, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_calc_cmd_blocks()
869 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command()
871 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command()
1286 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg()
1319 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg()
2088 16 + MLX5_CMD_DATA_BLOCK_SIZE,
2089 16 + MLX5_CMD_DATA_BLOCK_SIZE * 2,
2090 16 + MLX5_CMD_DATA_BLOCK_SIZE * 16,
2091 16 + MLX5_CMD_DATA_BLOCK_SIZE * 256,
2092 16 + MLX5_CMD_DATA_BLOCK_SIZE * 512,
/linux-6.1.9/include/linux/mlx5/
Ddevice.h173 MLX5_CMD_DATA_BLOCK_SIZE = 512, enumerator
763 u8 data[MLX5_CMD_DATA_BLOCK_SIZE];