Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.h21 struct mlx5_devcom *mlx5_devcom_register_device(struct mlx5_core_dev *dev);
22 void mlx5_devcom_unregister_device(struct mlx5_devcom *devcom);
24 void mlx5_devcom_register_component(struct mlx5_devcom *devcom,
28 void mlx5_devcom_unregister_component(struct mlx5_devcom *devcom,
31 int mlx5_devcom_send_event(struct mlx5_devcom *devcom,
36 void mlx5_devcom_set_paired(struct mlx5_devcom *devcom,
39 bool mlx5_devcom_is_paired(struct mlx5_devcom *devcom,
42 void *mlx5_devcom_get_peer_data(struct mlx5_devcom *devcom,
44 void *mlx5_devcom_get_peer_data_rcu(struct mlx5_devcom *devcom, enum mlx5_devcom_components id);
45 void mlx5_devcom_release_peer_data(struct mlx5_devcom *devcom,
Ddevcom.c32 struct mlx5_devcom { struct
53 static struct mlx5_devcom *mlx5_devcom_alloc(struct mlx5_devcom_list *priv, in mlx5_devcom_alloc() argument
56 struct mlx5_devcom *devcom; in mlx5_devcom_alloc()
68 struct mlx5_devcom *mlx5_devcom_register_device(struct mlx5_core_dev *dev) in mlx5_devcom_register_device()
71 struct mlx5_devcom *devcom = NULL; in mlx5_devcom_register_device()
133 void mlx5_devcom_unregister_device(struct mlx5_devcom *devcom) in mlx5_devcom_unregister_device()
160 void mlx5_devcom_register_component(struct mlx5_devcom *devcom, in mlx5_devcom_register_component()
179 void mlx5_devcom_unregister_component(struct mlx5_devcom *devcom, in mlx5_devcom_unregister_component()
194 int mlx5_devcom_send_event(struct mlx5_devcom *devcom, in mlx5_devcom_send_event()
221 void mlx5_devcom_set_paired(struct mlx5_devcom *devcom, in mlx5_devcom_set_paired()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c2691 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in mlx5_esw_offloads_devcom_event()
2743 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_init()
2763 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_cleanup()
Den_tc.c1319 struct mlx5_devcom *devcom; in mlx5e_tc_query_route_vport()
1614 struct mlx5_devcom *devcom = dev->priv.devcom; in mlx5e_tc_del_fdb_peer_flow()
4427 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_tc_add_fdb_peer_flow()
4711 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_stats_flower()
/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge.c485 struct mlx5_devcom *devcom = bridge->br_offloads->esw->dev->priv.devcom; in mlx5_esw_bridge_ingress_flow_peer_create()