Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c410 if (mlx5_core_is_sf(dev)) in mlx5_irq_pool_get()
424 if (mlx5_core_is_sf(dev)) in ctrl_irq_pool_get()
735 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_init()
749 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_cleanup()
773 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_create()
802 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_destroy()
816 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_free_irqs()
836 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_get()
Deq.c859 if (mlx5_core_is_sf(dev)) in mlx5_eq_table_get_pci_rmap()
916 mlx5_core_is_sf(dev) ? comp_irq_release_sf(dev, vecidx) : in comp_irq_release()
922 return mlx5_core_is_sf(dev) ? comp_irq_request_sf(dev, vecidx) : in comp_irq_request()
937 if (mlx5_core_is_sf(mdev)) in alloc_rmap()
1186 if (mlx5_core_is_sf(dev)) { in get_num_eqs()
Dmlx5_core.h311 static inline bool mlx5_core_is_sf(const struct mlx5_core_dev *dev) in mlx5_core_is_sf() function
Dmain.c2214 if (!mlx5_core_is_sf(dev)) { in mlx5_recover_device()