Searched refs:mlxsw_sp_rif (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.h | 20 struct mlxsw_sp_rif **rifs; 83 struct mlxsw_sp_rif *mlxsw_sp_rif_by_index(const struct mlxsw_sp *mlxsw_sp, 89 int mlxsw_sp_rif_dev_ifindex(const struct mlxsw_sp_rif *rif); 90 const struct net_device *mlxsw_sp_rif_dev(const struct mlxsw_sp_rif *rif); 92 struct mlxsw_sp_rif *rif, 95 void mlxsw_sp_rif_counter_free(struct mlxsw_sp_rif *rif, 97 int mlxsw_sp_rif_counter_alloc(struct mlxsw_sp_rif *rif, 100 mlxsw_sp_rif_neigh_next(struct mlxsw_sp_rif *rif, 140 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 | 53 struct mlxsw_sp_rif { struct 83 struct mlxsw_sp_rif common; argument 94 struct mlxsw_sp_rif common; 109 void (*setup)(struct mlxsw_sp_rif *rif, 111 int (*configure)(struct mlxsw_sp_rif *rif, 113 void (*deconfigure)(struct mlxsw_sp_rif *rif); 114 struct mlxsw_sp_fid * (*fid_get)(struct mlxsw_sp_rif *rif, 116 void (*fdb_del)(struct mlxsw_sp_rif *rif, const char *mac); 130 static struct mlxsw_sp_rif * 133 static void mlxsw_sp_rif_destroy(struct mlxsw_sp_rif *rif); [all …]
|
D | spectrum_dpipe.c | 156 struct mlxsw_sp_rif *rif, in mlxsw_sp_erif_entry_get() 222 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_erif_entries_dump() 264 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_erif_counters_update() 457 struct mlxsw_sp_rif *rif, in __mlxsw_sp_dpipe_table_host_entry_fill() 485 struct mlxsw_sp_rif *rif) in mlxsw_sp_dpipe_table_host4_entry_fill() 498 struct mlxsw_sp_rif *rif) in mlxsw_sp_dpipe_table_host6_entry_fill() 513 struct mlxsw_sp_rif *rif, in mlxsw_sp_dpipe_table_host_entry_fill() 560 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_host_entries_get() 668 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_host_counters_update() 707 struct mlxsw_sp_rif *rif = mlxsw_sp_rif_by_index(mlxsw_sp, i); in mlxsw_sp_dpipe_table_host_size_get() [all …]
|
D | spectrum_fid.c | 33 struct mlxsw_sp_rif *rif; 97 const struct mlxsw_sp_rif *rif); 390 struct mlxsw_sp_rif *mlxsw_sp_fid_rif(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_rif() 445 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_edit_op() 472 const struct mlxsw_sp_rif *rif, in mlxsw_sp_fid_vni_to_fid_map() 489 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_to_fid_rif_update() 495 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_vni_to_fid_rif_update() 505 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_vid_to_fid_map() 522 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_8021q_vid_to_fid_rif_update() 548 const struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_vid_to_fid_rif_set() [all …]
|
D | spectrum_mr.c | 29 const struct mlxsw_sp_rif *rif; 625 const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_vif_resolve() 683 unsigned long vif_flags, const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_vif_add() 718 const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_rif_add() 734 const struct mlxsw_sp_rif *rif) in mlxsw_sp_mr_rif_del() 749 const struct mlxsw_sp_rif *rif, int mtu) in mlxsw_sp_mr_rif_mtu_update()
|
D | spectrum.h | 75 struct mlxsw_sp_rif; 749 u16 mlxsw_sp_rif_index(const struct mlxsw_sp_rif *rif); 1298 int mlxsw_sp_fid_rif_set(struct mlxsw_sp_fid *fid, struct mlxsw_sp_rif *rif); 1300 struct mlxsw_sp_rif *mlxsw_sp_fid_rif(const struct mlxsw_sp_fid *fid);
|