Home
last modified time | relevance | path

Searched refs:mlxsw_sp_mr_tcam_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c283 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_create()
346 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_destroy()
372 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_action_update()
404 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_min_mtu_update()
466 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_erif_del()
523 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_update()
571 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_init()
594 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_fini()
601 const struct mlxsw_sp_mr_ops mlxsw_sp_mr_tcam_ops = { variable
H A Dspectrum_mr_tcam.h10 extern const struct mlxsw_sp_mr_ops mlxsw_sp_mr_tcam_ops;
H A Dspectrum.h121 struct mlxsw_sp_mr_tcam_ops;
190 const struct mlxsw_sp_mr_tcam_ops *mr_tcam_ops;
1341 struct mlxsw_sp_mr_tcam_ops { struct
1360 extern const struct mlxsw_sp_mr_tcam_ops mlxsw_sp1_mr_tcam_ops; argument
1363 extern const struct mlxsw_sp_mr_tcam_ops mlxsw_sp2_mr_tcam_ops;
H A Dspectrum2_mr_tcam.c326 const struct mlxsw_sp_mr_tcam_ops mlxsw_sp2_mr_tcam_ops = {
H A Dspectrum1_mr_tcam.c334 const struct mlxsw_sp_mr_tcam_ops mlxsw_sp1_mr_tcam_ops = {
H A Dspectrum_router.c11678 err = mlxsw_sp_mr_init(mlxsw_sp, &mlxsw_sp_mr_tcam_ops); in mlxsw_sp_router_init()