Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c418 if (mlx5_core_is_sf(dev)) in mlx5_irq_pool_get()
432 if (mlx5_core_is_sf(dev)) in ctrl_irq_pool_get()
699 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_init()
713 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_cleanup()
736 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_create()
774 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_destroy()
788 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_free_irqs()
808 if (mlx5_core_is_sf(dev)) in mlx5_irq_table_get()
Deq.c847 if (mlx5_core_is_sf(dev)) in mlx5_eq_table_get_pci_rmap()
917 mlx5_core_is_sf(dev) ? comp_irq_release_sf(dev, vecidx) : in comp_irq_release()
923 return mlx5_core_is_sf(dev) ? comp_irq_request_sf(dev, vecidx) : in comp_irq_request()
938 if (mlx5_core_is_sf(mdev)) in alloc_rmap()
1190 if (mlx5_core_is_sf(dev)) { in get_num_eqs()
Dwc.c409 if (mlx5_core_is_sf(mdev)) in mlx5_wc_support_get()
Dmlx5_core.h318 static inline bool mlx5_core_is_sf(const struct mlx5_core_dev *dev) in mlx5_core_is_sf() function
Dmain.c2262 if (!mlx5_core_is_sf(dev)) { in mlx5_recover_device()