Home
last modified time | relevance | path

Searched defs:mlxsw_sp_rif_ops (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c103 struct mlxsw_sp_rif_ops { struct
104 enum mlxsw_sp_rif_type type;
105 size_t rif_size;
107 void (*setup)(struct mlxsw_sp_rif *rif,
109 int (*configure)(struct mlxsw_sp_rif *rif);
110 void (*deconfigure)(struct mlxsw_sp_rif *rif);
111 struct mlxsw_sp_fid * (*fid_get)(struct mlxsw_sp_rif *rif,
113 void (*fdb_del)(struct mlxsw_sp_rif *rif, const char *mac);