Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_irq.h19 int mlx5_irq_table_get_num_comp(struct mlx5_irq_table *table);
H A Dpci_irq.c757 int mlx5_irq_table_get_num_comp(struct mlx5_irq_table *table) in mlx5_irq_table_get_num_comp() function
832 return mlx5_irq_table_get_num_comp(table); in mlx5_irq_table_get_sfs_vec()
H A Deq.c1197 num_eqs = min_t(int, mlx5_irq_table_get_num_comp(eq_table->irq_table), in get_num_eqs()