Home
last modified time | relevance | path

Searched refs:MLX5_MAX_EQ_NAME (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/mlx5/
Ddriver.h88 MLX5_MAX_EQ_NAME = 32 enumerator
354 char name[MLX5_MAX_EQ_NAME];
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c552 char name[MLX5_MAX_EQ_NAME]; in alloc_comp_eqs()
569 snprintf(name, MLX5_MAX_EQ_NAME, "mlx5_comp%d", i); in alloc_comp_eqs()
Deq.c381 snprintf(eq->name, MLX5_MAX_EQ_NAME, "%s@pci:%s", in mlx5_create_map_eq()