Searched refs:mlx5_devcom (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | devcom.h | 21 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_release_peer_data(struct mlx5_devcom *devcom,
|
A D | devcom.c | 31 struct mlx5_devcom { struct 55 struct mlx5_devcom *devcom; in mlx5_devcom_alloc() 70 struct mlx5_devcom *devcom = NULL; in mlx5_devcom_register_device() 126 void mlx5_devcom_unregister_device(struct mlx5_devcom *devcom) in mlx5_devcom_unregister_device() 150 void mlx5_devcom_register_component(struct mlx5_devcom *devcom, in mlx5_devcom_register_component() 169 void mlx5_devcom_unregister_component(struct mlx5_devcom *devcom, in mlx5_devcom_unregister_component() 183 int mlx5_devcom_send_event(struct mlx5_devcom *devcom, in mlx5_devcom_send_event() 207 void mlx5_devcom_set_paired(struct mlx5_devcom *devcom, in mlx5_devcom_set_paired() 219 bool mlx5_devcom_is_paired(struct mlx5_devcom *devcom, in mlx5_devcom_is_paired() 228 void *mlx5_devcom_get_peer_data(struct mlx5_devcom *devcom, in mlx5_devcom_get_peer_data() [all …]
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | driver.h | 511 struct mlx5_devcom; 627 struct mlx5_devcom *devcom;
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tc.c | 1695 struct mlx5_devcom *devcom = NULL; in mlx5e_tc_query_route_vport() 2144 struct mlx5_devcom *devcom = dev->priv.devcom; in mlx5e_tc_del_fdb_peer_flow() 4617 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_tc_add_fdb_peer_flow() 4909 struct mlx5_devcom *devcom = priv->mdev->priv.devcom; in mlx5e_stats_flower()
|
A D | eswitch_offloads.c | 2739 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in mlx5_esw_offloads_devcom_event() 2788 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_init() 2811 struct mlx5_devcom *devcom = esw->dev->priv.devcom; in esw_offloads_devcom_cleanup()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
A D | bridge.c | 739 struct mlx5_devcom *devcom = bridge->br_offloads->esw->dev->priv.devcom; in mlx5_esw_bridge_ingress_flow_peer_create()
|
Completed in 32 milliseconds