Searched refs:mlx5_devcom (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | devcom.h | 19 struct mlx5_devcom *mlx5_devcom_register_device(struct mlx5_core_dev *dev); 20 void mlx5_devcom_unregister_device(struct mlx5_devcom *devcom); 22 void mlx5_devcom_register_component(struct mlx5_devcom *devcom, 26 void mlx5_devcom_unregister_component(struct mlx5_devcom *devcom, 29 int mlx5_devcom_send_event(struct mlx5_devcom *devcom, 34 void mlx5_devcom_set_paired(struct mlx5_devcom *devcom, 37 bool mlx5_devcom_is_paired(struct mlx5_devcom *devcom, 40 void *mlx5_devcom_get_peer_data(struct mlx5_devcom *devcom, 42 void mlx5_devcom_release_peer_data(struct mlx5_devcom *devcom,
|
D | devcom.c | 31 struct mlx5_devcom { struct 52 static struct mlx5_devcom *mlx5_devcom_alloc(struct mlx5_devcom_list *priv, in mlx5_devcom_alloc() argument 55 struct mlx5_devcom *devcom; in mlx5_devcom_alloc() 67 struct mlx5_devcom *mlx5_devcom_register_device(struct mlx5_core_dev *dev) in mlx5_devcom_register_device() 70 struct mlx5_devcom *devcom = NULL; in mlx5_devcom_register_device() 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() [all …]
|
/Linux-v5.10/include/linux/mlx5/ |
D | driver.h | 503 struct mlx5_devcom; 581 struct mlx5_devcom *devcom;
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 1947 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in mlx5_esw_offloads_devcom_event() 1996 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_init() 2016 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_cleanup()
|
D | en_tc.c | 1854 struct mlx5_devcom *devcom = dev->priv.devcom; in mlx5e_tc_del_fdb_peer_flow() 4674 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_tc_add_fdb_peer_flow() 4948 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_stats_flower()
|