Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.h38 bool mlx5_devcom_comp_is_ready(struct mlx5_devcom_comp_dev *devcom);
Dsd.c439 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_init()
495 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_cleanup()
520 if (!mlx5_devcom_comp_is_ready(sd->devcom)) in mlx5_sd_get_adev()
Ddevcom.c315 bool mlx5_devcom_comp_is_ready(struct mlx5_devcom_comp_dev *devcom) in mlx5_devcom_comp_is_ready() function
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c517 if (mlx5_devcom_comp_is_ready(esw->devcom) && in mlx5e_sqs2vport_start()
Deswitch_offloads.c3111 return mlx5_devcom_comp_is_ready(esw->devcom); in mlx5_esw_offloads_devcom_is_ready()
Den_tc.c4367 bool esw_paired = mlx5_devcom_comp_is_ready(esw_attr->in_mdev->priv.eswitch->devcom); in is_peer_flow_needed()