Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c60 MLX5_CMD_DATA_BLOCK_SIZE,
61 MED_LIST_SIZE = 16 + MLX5_CMD_DATA_BLOCK_SIZE,
464 dump_len = min_t(int, MLX5_CMD_DATA_BLOCK_SIZE, msg->len - offset); in dump_command()
466 offset += MLX5_CMD_DATA_BLOCK_SIZE; in dump_command()
714 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_to_msg()
746 copy = min_t(int, size, MLX5_CMD_DATA_BLOCK_SIZE); in mlx5_copy_from_msg()
803 n = (blen + MLX5_CMD_DATA_BLOCK_SIZE - 1) / MLX5_CMD_DATA_BLOCK_SIZE; in mlx5_alloc_cmd_msg()
/linux-4.1.27/include/linux/mlx5/
Ddevice.h93 MLX5_CMD_DATA_BLOCK_SIZE = 512, enumerator
534 u8 data[MLX5_CMD_DATA_BLOCK_SIZE];