Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mlx5/
Ddriver.h96 MLX5_MAX_IRQ_NAME = 32 enumerator
582 char name[MLX5_MAX_IRQ_NAME];
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c763 char name[MLX5_MAX_IRQ_NAME]; in alloc_comp_eqs()
789 snprintf(name, MLX5_MAX_IRQ_NAME, "mlx5_comp%d", i); in alloc_comp_eqs()
Deq.c707 snprintf(priv->irq_info[vecidx].name, MLX5_MAX_IRQ_NAME, "%s@pci:%s", in mlx5_create_map_eq()