Searched defs:devcom (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | devcom.c | 144 struct mlx5_devcom_comp_dev *devcom; in devcom_alloc_comp_dev() local 163 devcom_free_comp_dev(struct mlx5_devcom_comp_dev *devcom) in devcom_free_comp_dev() 177 devcom_component_equal(struct mlx5_devcom_comp *devcom, in devcom_component_equal() 215 struct mlx5_devcom_comp_dev *devcom; in mlx5_devcom_register_component() local 249 void mlx5_devcom_unregister_component(struct mlx5_devcom_comp_dev *devcom) in mlx5_devcom_unregister_component() 255 int mlx5_devcom_send_event(struct mlx5_devcom_comp_dev *devcom, in mlx5_devcom_send_event() 304 bool mlx5_devcom_comp_is_ready(struct mlx5_devcom_comp_dev *devcom) in mlx5_devcom_comp_is_ready() 312 bool mlx5_devcom_for_each_peer_begin(struct mlx5_devcom_comp_dev *devcom) in mlx5_devcom_for_each_peer_begin() 329 void mlx5_devcom_for_each_peer_end(struct mlx5_devcom_comp_dev *devcom) in mlx5_devcom_for_each_peer_end() 334 void *mlx5_devcom_get_next_peer_data(struct mlx5_devcom_comp_dev *devcom, in mlx5_devcom_get_next_peer_data() [all …]
|
H A D | devcom.h | 41 #define mlx5_devcom_for_each_peer_entry(devcom, data, pos) \ argument 49 #define mlx5_devcom_for_each_peer_entry_rcu(devcom, data, pos) \ argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge_mcast.c | 545 struct mlx5_devcom_comp_dev *devcom = port->bridge->br_offloads->esw->devcom, *pos; in mlx5_esw_bridge_mcast_filter_flow_peer_create() local
|
H A D | bridge.c | 655 struct mlx5_devcom_comp_dev *devcom = bridge->br_offloads->esw->devcom, *pos; in mlx5_esw_bridge_ingress_flow_peer_create() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.h | 384 struct mlx5_devcom_comp_dev *devcom; member
|
H A D | en_tc.c | 2042 struct mlx5_devcom_comp_dev *devcom = flow->priv->mdev->priv.eswitch->devcom; in mlx5e_tc_del_flow() local 4515 struct mlx5_devcom_comp_dev *devcom = priv->mdev->priv.eswitch->devcom, *pos; in mlx5e_add_fdb_flow() local
|