Home
last modified time | relevance | path

Searched refs:mlx5_core_is_pf (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dsriov.c228 if (!mlx5_core_is_pf(dev) || !pci_num_vf(dev->pdev)) in mlx5_sriov_attach()
237 if (!mlx5_core_is_pf(dev)) in mlx5_sriov_detach()
273 if (!mlx5_core_is_pf(dev)) in mlx5_sriov_init()
290 if (!mlx5_core_is_pf(dev)) in mlx5_sriov_cleanup()
Ddev.c124 if (mlx5_core_is_pf(dev)) in mlx5_vnet_supported()
553 if (!mlx5_core_is_pf(mdev)) in next_phys_dev()
571 if (!mlx5_core_is_pf(dev)) in mlx5_get_next_phys_dev()
Dhealth.c134 if (!mlx5_core_is_pf(dev)) in lock_sem_sw_reset()
581 if (!mlx5_core_is_pf(dev)) in mlx5_fw_fatal_reporter_dump()
Dpci_irq.c100 if (!MLX5_CAP_GEN(dev, vport_group_manager) || !mlx5_core_is_pf(dev)) in mlx5_set_msix_vec_count()
Dmain.c643 if (!mlx5_core_is_pf(dev)) in set_hca_ctrl()
975 if (mlx5_core_is_pf(dev)) in mlx5_function_setup()
Den_main.c1961 u16 port_aff_bias = mlx5_core_is_pf(mdev) ? 0 : MLX5_CAP_GEN(mdev, vhca_id); in mlx5e_enumerate_lag_port()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Ddevlink.c25 if (mlx5_core_is_pf(priv->mdev)) { in mlx5e_devlink_port_register()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dcrdump.c81 if (!mlx5_core_is_pf(dev) || !mlx5_vsc_accessible(dev) || in mlx5_crdump_enable()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.c152 if (!MLX5_CAP_ETH(mdev, tunnel_stateless_vxlan) || !mlx5_core_is_pf(mdev)) in mlx5_vxlan_create()
Ddevcom.c75 if (!mlx5_core_is_pf(dev)) in mlx5_devcom_register_device()
Dpci_vsc.c55 if (!mlx5_core_is_pf(dev)) in mlx5_pci_vsc_init()
/Linux-v5.15/include/linux/mlx5/
Dvport.h42 mlx5_core_is_pf(mdev))
Ddriver.h1174 static inline bool mlx5_core_is_pf(const struct mlx5_core_dev *dev) in mlx5_core_is_pf() function
1197 return mlx5_core_is_pf(dev) && MLX5_CAP_ESW(dev, ecpf_vport_exists); in mlx5_ecpf_vport_exists()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dmem.c222 if (mlx5_core_is_pf(dev->mdev)) in mlx5_ib_test_wc()
Dmr.c748 !dev->is_rep && mlx5_core_is_pf(dev->mdev) && in mlx5_mr_cache_init()
Dmain.c3843 if (mlx5_core_is_pf(mdev)) in mlx5_ib_stage_caps_init()