Searched refs:MLX5_CMD_DATA_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | cmd.c | 213 return DIV_ROUND_UP(blen, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_calc_cmd_blocks() 893 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command() 895 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command() 1300 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg() 1333 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg() 2114 16 + MLX5_CMD_DATA_BLOCK_SIZE, 2115 16 + MLX5_CMD_DATA_BLOCK_SIZE * 2, 2116 16 + MLX5_CMD_DATA_BLOCK_SIZE * 16, 2117 16 + MLX5_CMD_DATA_BLOCK_SIZE * 256, 2118 16 + MLX5_CMD_DATA_BLOCK_SIZE * 512,
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | device.h | 173 MLX5_CMD_DATA_BLOCK_SIZE = 512, enumerator 764 u8 data[MLX5_CMD_DATA_BLOCK_SIZE];
|
Completed in 14 milliseconds