Searched refs:mlxsw_sp_rif (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.h | 27 struct mlxsw_sp_rif *mlxsw_sp_rif_by_index(const struct mlxsw_sp *mlxsw_sp, 29 u16 mlxsw_sp_rif_index(const struct mlxsw_sp_rif *rif); 34 int mlxsw_sp_rif_dev_ifindex(const struct mlxsw_sp_rif *rif); 35 const struct net_device *mlxsw_sp_rif_dev(const struct mlxsw_sp_rif *rif); 37 struct mlxsw_sp_rif *rif, 41 struct mlxsw_sp_rif *rif, 44 struct mlxsw_sp_rif *rif, 47 mlxsw_sp_rif_neigh_next(struct mlxsw_sp_rif *rif, 87 struct mlxsw_sp_rif *mlxsw_sp_nexthop_rif(struct mlxsw_sp_nexthop *nh);
|
| D | spectrum_mr.h | 80 const struct mlxsw_sp_rif *rif); 83 const struct mlxsw_sp_rif *rif); 85 const struct mlxsw_sp_rif *rif); 87 const struct mlxsw_sp_rif *rif, int mtu);
|
| D | spectrum_router.c | 52 struct mlxsw_sp_rif **rifs; 81 struct mlxsw_sp_rif { struct 110 struct mlxsw_sp_rif common; argument 121 struct mlxsw_sp_rif common; 136 void (*setup)(struct mlxsw_sp_rif *rif, 138 int (*configure)(struct mlxsw_sp_rif *rif); 139 void (*deconfigure)(struct mlxsw_sp_rif *rif); 140 struct mlxsw_sp_fid * (*fid_get)(struct mlxsw_sp_rif *rif, 142 void (*fdb_del)(struct mlxsw_sp_rif *rif, const char *mac); 145 static void mlxsw_sp_rif_destroy(struct mlxsw_sp_rif *rif); [all …]
|
| D | spectrum_dpipe.c | 155 struct mlxsw_sp_rif *rif, in mlxsw_sp_erif_entry_get() 221 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_erif_entries_dump() 262 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_erif_counters_update() 455 struct mlxsw_sp_rif *rif, in __mlxsw_sp_dpipe_table_host_entry_fill() 483 struct mlxsw_sp_rif *rif) in mlxsw_sp_dpipe_table_host4_entry_fill() 496 struct mlxsw_sp_rif *rif) in mlxsw_sp_dpipe_table_host6_entry_fill() 511 struct mlxsw_sp_rif *rif, in mlxsw_sp_dpipe_table_host_entry_fill() 558 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_host_entries_get() 666 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_host_counters_update() 705 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_host_size_get() [all …]
|
| D | spectrum_mr.c | 27 const struct mlxsw_sp_rif *rif; 614 const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_vif_resolve() 672 unsigned long vif_flags, const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_vif_add() 707 const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_rif_add() 723 const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_rif_del() 738 const struct mlxsw_sp_rif *rif, int mtu) in mlxsw_sp_mr_rif_mtu_update()
|
| D | spectrum.h | 61 struct mlxsw_sp_rif; 556 struct mlxsw_sp_rif *mlxsw_sp_rif_find_by_dev(const struct mlxsw_sp *mlxsw_sp, 559 struct mlxsw_sp_fid *mlxsw_sp_rif_fid(const struct mlxsw_sp_rif *rif); 876 void mlxsw_sp_fid_rif_set(struct mlxsw_sp_fid *fid, struct mlxsw_sp_rif *rif); 877 struct mlxsw_sp_rif *mlxsw_sp_fid_rif(const struct mlxsw_sp_fid *fid);
|
| D | spectrum_fid.c | 26 struct mlxsw_sp_rif *rif; 372 void mlxsw_sp_fid_rif_set(struct mlxsw_sp_fid *fid, struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_rif_set() 377 struct mlxsw_sp_rif *mlxsw_sp_fid_rif(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_rif()
|
| D | spectrum_switchdev.c | 1110 struct mlxsw_sp_rif *rif; in mlxsw_sp_br_ban_rif_pvid_change()
|