Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c66 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_get_primary()
103 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_pf_num_get()
547 mlx5_devcom_comp_is_ready(devcom)) in sd_register()
799 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_init()
885 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_cleanup()
939 if (!mlx5_devcom_comp_is_ready(sd->devcom)) { in mlx5_sd_get_adev()
958 if (!mlx5_devcom_comp_is_ready(sd->devcom)) { in mlx5_sd_get_adev()
1055 if (!sd || !mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_eswitch_mode_set()
1059 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_eswitch_mode_set()
H A Ddevcom.c362 bool mlx5_devcom_comp_is_ready(struct mlx5_devcom_comp_dev *devcom) in mlx5_devcom_comp_is_ready() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c520 if (mlx5_devcom_comp_is_ready(esw->devcom) && in mlx5e_sqs2vport_start()
H A Deswitch_offloads.c3599 return mlx5_devcom_comp_is_ready(esw->devcom); in mlx5_esw_offloads_devcom_is_ready()
H A Den_tc.c4384 bool esw_paired = mlx5_devcom_comp_is_ready(esw_attr->in_mdev->priv.eswitch->devcom); in is_peer_flow_needed()