Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c425 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_get_comp_irq_pool()
439 if (mlx5_core_is_sf(dev)) in ctrl_irq_pool_get()
706 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_init()
720 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_cleanup()
743 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_create()
781 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_destroy()
795 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_free_irqs()
815 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_get()
H A Deq.c831 if (mlx5_core_is_sf(dev)) in mlx5_eq_table_get_pci_rmap()
901 mlx5_core_is_sf(dev) ? comp_irq_release_sf(dev, vecidx) : in comp_irq_release()
907 return mlx5_core_is_sf(dev) ? comp_irq_request_sf(dev, vecidx) : in comp_irq_request()
922 if (mlx5_core_is_sf(mdev)) in alloc_rmap()
1174 if (mlx5_core_is_sf(dev)) { in get_num_eqs()
H A Ddev.c237 return MLX5_CAP_GEN(dev, uctx_cap) && !mlx5_core_is_sf(dev); in is_fwctl_supported()
H A Dwc.c405 if (mlx5_core_is_sf(mdev)) { in mlx5_wc_support_get()
H A Dmlx5_core.h412 static inline bool mlx5_core_is_sf(const struct mlx5_core_dev *dev) in mlx5_core_is_sf() function
H A Dmain.c2278 if (!mlx5_core_is_sf(dev)) { in mlx5_recover_device()