Home
last modified time | relevance | path

Searched refs:mr_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c12 const struct mlxsw_sp_mr_ops *mr_ops; member
500 err = mr->mr_ops->route_action_update(mlxsw_sp, in mlxsw_sp_mr_route_ivif_resolve()
541 err = mr->mr_ops->route_erif_add(mlxsw_sp, in mlxsw_sp_mr_route_evif_resolve()
576 mr->mr_ops->route_action_update(mlxsw_sp, in mlxsw_sp_mr_route_evif_resolve()
610 mr->mr_ops->route_action_update(mlxsw_sp, in mlxsw_sp_mr_route_evif_unresolve()
766 mr->mr_ops->route_min_mtu_update(mlxsw_sp, in mlxsw_sp_mr_rif_mtu_update()
961 mr->mr_ops->route_destroy(mlxsw_sp, mr->priv, in mlxsw_sp_mr_table_destroy()
1035 const struct mlxsw_sp_mr_ops *mr_ops) in mlxsw_sp_mr_init() argument
1044 mr->mr_ops = mr_ops; in mlxsw_sp_mr_init()
1049 err = mr_ops->init(mlxsw_sp, mr->priv); in mlxsw_sp_mr_init()
[all …]
H A Dspectrum_mr.h71 const struct mlxsw_sp_mr_ops *mr_ops);