Searched refs:mlx5_irq_table (Results 1 – 3 of 3) sorted by relevance
40 struct mlx5_irq_table { struct414 sf_comp_irq_pool_get(struct mlx5_irq_table *irq_table) in sf_comp_irq_pool_get()422 struct mlx5_irq_table *irq_table = mlx5_irq_table_get(dev); in mlx5_irq_table_get_comp_irq_pool()436 struct mlx5_irq_table *irq_table = mlx5_irq_table_get(dev); in ctrl_irq_pool_get()516 struct mlx5_irq_table *irq_table = mlx5_irq_table_get(dev); in mlx5_irq_request()555 struct mlx5_irq_table *table = mlx5_irq_table_get(dev); in mlx5_irq_request_vector()622 struct mlx5_irq_table *table = dev->priv.irq_table; in irq_pools_init()688 static void irq_pools_destroy(struct mlx5_irq_table *table) in irq_pools_destroy()720 struct mlx5_irq_table *irq_table; in mlx5_irq_table_init()795 struct mlx5_irq_table *table = dev->priv.irq_table; in mlx5_irq_table_destroy()[all …]
22 int mlx5_irq_table_get_num_comp(struct mlx5_irq_table *table);23 int mlx5_irq_table_get_sfs_vec(struct mlx5_irq_table *table);24 struct mlx5_irq_table *mlx5_irq_table_get(struct mlx5_core_dev *dev);
64 struct mlx5_irq_table *irq_table;
Completed in 8 milliseconds