Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx5/
Ddriver.h87 MLX5_MAX_IRQ_NAME = 32 enumerator
431 char name[MLX5_MAX_IRQ_NAME];
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c381 snprintf(priv->irq_info[vecidx].name, MLX5_MAX_IRQ_NAME, "%s@pci:%s", in mlx5_create_map_eq()
Dmain.c614 char name[MLX5_MAX_IRQ_NAME]; in alloc_comp_eqs()
631 snprintf(name, MLX5_MAX_IRQ_NAME, "mlx5_comp%d", i); in alloc_comp_eqs()