Home
last modified time | relevance | path

Searched refs:MLX5_EQ_VEC_COMP_BASE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c485 if (vecidx >= MLX5_EQ_VEC_COMP_BASE) { in mlx5_create_map_eq()
486 u8 bucket = vecidx - MLX5_EQ_VEC_COMP_BASE; in mlx5_create_map_eq()
769 int nvec = dev->priv.eq_table.num_comp_vectors + MLX5_EQ_VEC_COMP_BASE; in mlx5_disable_interrupts()
H A Dmlx5_main.c341 int nvec = MLX5_EQ_VEC_COMP_BASE; in mlx5_enable_msix()
353 if (nvec <= MLX5_EQ_VEC_COMP_BASE) in mlx5_enable_msix()
362 MLX5_EQ_VEC_COMP_BASE + 1, nvec); in mlx5_enable_msix()
366 table->num_comp_vectors = nvec - MLX5_EQ_VEC_COMP_BASE; in mlx5_enable_msix()
737 i + MLX5_EQ_VEC_COMP_BASE, nent, 0); in alloc_comp_eqs()
2078 int nvec = mdev->priv.eq_table.num_comp_vectors + MLX5_EQ_VEC_COMP_BASE; in mlx5_shutdown_disable_interrupts()
/freebsd/sys/dev/mlx5/
H A Ddriver.h86 MLX5_EQ_VEC_COMP_BASE, enumerator
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c1317 int irqn = MLX5_EQ_VEC_COMP_BASE; in mlx5e_ethtool_debug_channel_info()