Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c412 if (mlx5_core_is_sf(dev)) in mlx5_irq_pool_get()
426 if (mlx5_core_is_sf(dev)) in ctrl_irq_pool_get()
737 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_init()
751 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_cleanup()
775 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_create()
804 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_destroy()
818 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_free_irqs()
838 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_get()
H A Deq.c859 if (mlx5_core_is_sf(dev)) in mlx5_eq_table_get_pci_rmap()
929 mlx5_core_is_sf(dev) ? comp_irq_release_sf(dev, vecidx) : in comp_irq_release()
935 return mlx5_core_is_sf(dev) ? comp_irq_request_sf(dev, vecidx) : in comp_irq_request()
950 if (mlx5_core_is_sf(mdev)) in alloc_rmap()
1205 if (mlx5_core_is_sf(dev)) { in get_num_eqs()
H A Dmlx5_core.h311 static inline bool mlx5_core_is_sf(const struct mlx5_core_dev *dev) in mlx5_core_is_sf() function
H A Dmain.c2227 if (!mlx5_core_is_sf(dev)) { in mlx5_recover_device()