Home
last modified time | relevance | path

Searched defs:devcom (Results 1 – 4 of 4) sorted by relevance

/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.c55 struct mlx5_devcom *devcom; in mlx5_devcom_alloc() local
70 struct mlx5_devcom *devcom = NULL; in mlx5_devcom_register_device() local
124 void mlx5_devcom_unregister_device(struct mlx5_devcom *devcom) in mlx5_devcom_unregister_device()
148 void mlx5_devcom_register_component(struct mlx5_devcom *devcom, in mlx5_devcom_register_component()
167 void mlx5_devcom_unregister_component(struct mlx5_devcom *devcom, in mlx5_devcom_unregister_component()
181 int mlx5_devcom_send_event(struct mlx5_devcom *devcom, in mlx5_devcom_send_event()
205 void mlx5_devcom_set_paired(struct mlx5_devcom *devcom, in mlx5_devcom_set_paired()
217 bool mlx5_devcom_is_paired(struct mlx5_devcom *devcom, in mlx5_devcom_is_paired()
226 void *mlx5_devcom_get_peer_data(struct mlx5_devcom *devcom, in mlx5_devcom_get_peer_data()
249 void mlx5_devcom_release_peer_data(struct mlx5_devcom *devcom, in mlx5_devcom_release_peer_data()
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c1947 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in mlx5_esw_offloads_devcom_event() local
1996 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_init() local
2016 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_cleanup() local
Den_tc.c1854 struct mlx5_devcom *devcom = dev->priv.devcom; in mlx5e_tc_del_fdb_peer_flow() local
4674 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_tc_add_fdb_peer_flow() local
4948 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_stats_flower() local
/linux-5.10/include/linux/mlx5/
Ddriver.h581 struct mlx5_devcom *devcom; member