Lines Matching defs:rif
63 struct mlxsw_sp_rif *rif; member
92 static struct net_device *mlxsw_sp_rif_dev(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_dev()
173 mlxsw_sp_rif_p_counter_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_p_counter_get()
186 mlxsw_sp_rif_counter_valid_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_counter_valid_get()
199 mlxsw_sp_rif_counter_valid_set(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_counter_valid_set()
234 struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_counter_value_get()
272 mlxsw_sp_rif_counter_fetch_clear(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_counter_fetch_clear()
326 int mlxsw_sp_rif_counter_alloc(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_counter_alloc()
363 void mlxsw_sp_rif_counter_free(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_counter_free()
382 static void mlxsw_sp_rif_counters_alloc(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_counters_alloc()
394 static void mlxsw_sp_rif_counters_free(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_counters_free()
1152 struct mlxsw_sp_rif *rif; in mlxsw_sp_ipip_ol_ipip_lb_create() local
1646 struct mlxsw_sp_rif *rif = &lb_rif->common; in mlxsw_sp_rif_ipip_lb_op() local
2183 u16 rif; member
2201 mlxsw_sp_rif_neigh_next(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_neigh_next()
2258 u16 rif) in mlxsw_sp_neigh_entry_alloc()
2347 struct mlxsw_sp_rif *rif; in mlxsw_sp_neigh_entry_create() local
2418 u16 rif; in mlxsw_sp_router_neigh_ent_ipv4_process() local
2448 u16 rif; in mlxsw_sp_router_neigh_ent_ipv6_process() local
2976 struct mlxsw_sp_rif *rif) in mlxsw_sp_neigh_rif_gone_sync()
2989 struct mlxsw_sp_rif *rif; member
3008 struct mlxsw_sp_rif *rif) in mlxsw_sp_neigh_rif_made_sync()
3631 struct mlxsw_sp_rif *rif = mlxsw_sp_nexthop_rif(nh); in __mlxsw_sp_nexthop_eth_update() local
4571 struct mlxsw_sp_rif *rif) in mlxsw_sp_nexthop_rif_update()
4596 struct mlxsw_sp_rif *rif) in mlxsw_sp_nexthop_rif_made_sync()
4625 struct mlxsw_sp_rif *rif) in mlxsw_sp_nexthop_rif_gone_sync()
5995 struct mlxsw_sp_rif *rif = mlxsw_sp_nhgi_rif(fib_entry->nh_group->nhgi); in mlxsw_sp_fib_entry_op_local() local
7437 struct mlxsw_sp_rif *rif; in mlxsw_sp_router_fibmr_vif_add() local
7940 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_exists() local
7951 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_vid() local
7972 static int mlxsw_sp_router_rif_disable(struct mlxsw_sp *mlxsw_sp, u16 rif) in mlxsw_sp_router_rif_disable()
7987 struct mlxsw_sp_rif *rif) in mlxsw_sp_router_rif_made_sync()
8007 struct mlxsw_sp_rif *rif) in mlxsw_sp_router_rif_gone_sync()
8045 mlxsw_sp_rif_should_config(struct mlxsw_sp_rif *rif, struct net_device *dev, in mlxsw_sp_rif_should_config()
8124 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_alloc() local
8145 static void mlxsw_sp_rif_free(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_free()
8160 u16 mlxsw_sp_rif_index(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_index()
8189 mlxsw_sp_router_port_l3_stats_enabled(struct mlxsw_sp_rif *rif) in mlxsw_sp_router_port_l3_stats_enabled()
8198 mlxsw_sp_router_port_l3_stats_enable(struct mlxsw_sp_rif *rif) in mlxsw_sp_router_port_l3_stats_enable()
8235 mlxsw_sp_router_port_l3_stats_disable(struct mlxsw_sp_rif *rif) in mlxsw_sp_router_port_l3_stats_disable()
8242 mlxsw_sp_router_port_l3_stats_report_used(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_l3_stats_report_used()
8251 mlxsw_sp_router_port_l3_stats_fetch(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_l3_stats_fetch()
8292 mlxsw_sp_router_port_l3_stats_report_delta(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_l3_stats_report_delta()
8349 int mlxsw_sp_rif_dev_ifindex(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_dev_ifindex()
8354 bool mlxsw_sp_rif_has_dev(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_has_dev()
8359 bool mlxsw_sp_rif_dev_is(const struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_dev_is()
8365 static void mlxsw_sp_rif_push_l3_stats(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_push_l3_stats()
8386 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_create() local
8484 static void mlxsw_sp_rif_destroy(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_destroy()
8528 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_destroy_by_dev() local
8658 mlxsw_sp_rif_subport_rif(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_subport_rif()
8663 int mlxsw_sp_rif_subport_port(const struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_subport_port()
8683 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_subport_get() local
8694 static void mlxsw_sp_rif_subport_put(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_subport_put()
8853 static bool mlxsw_sp_rif_mac_profile_is_shared(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_mac_profile_is_shared()
8866 static int mlxsw_sp_rif_mac_profile_edit(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_mac_profile_edit()
8883 struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_mac_profile_replace()
8913 struct mlxsw_sp_rif *rif; in __mlxsw_sp_port_vlan_router_join() local
8961 struct mlxsw_sp_rif *rif = mlxsw_sp_fid_rif(fid); in __mlxsw_sp_port_vlan_router_leave() local
9080 struct mlxsw_sp_rif *rif; in mlxsw_sp_inetaddr_bridge_event() local
9198 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_macvlan_add() local
9233 struct mlxsw_sp_rif *rif; in __mlxsw_sp_rif_macvlan_del() local
9301 struct mlxsw_sp_rif *rif; in mlxsw_sp_inetaddr_event() local
9327 struct mlxsw_sp_rif *rif; in mlxsw_sp_inetaddr_valid_event() local
9361 struct mlxsw_sp_rif *rif; in mlxsw_sp_inet6addr_event_work() local
9412 struct mlxsw_sp_rif *rif; in mlxsw_sp_inet6addr_valid_event() local
9451 struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_change_event()
9511 static int mlxsw_sp_router_port_pre_changeaddr_event(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_pre_changeaddr_event()
9650 mlxsw_sp_router_port_offload_xstats_cmd(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_offload_xstats_cmd()
9684 struct mlxsw_sp_rif *rif; in mlxsw_sp_netdevice_offload_xstats_cmd() local
9710 struct mlxsw_sp_rif *rif; in mlxsw_sp_netdevice_router_port_event() local
9738 struct mlxsw_sp_rif *rif; in mlxsw_sp_port_vrf_join() local
9755 struct mlxsw_sp_rif *rif; in mlxsw_sp_port_vrf_leave() local
10093 static int mlxsw_sp_macvlan_replay(struct mlxsw_sp_rif *rif, in mlxsw_sp_macvlan_replay()
10112 struct mlxsw_sp_rif *rif = (struct mlxsw_sp_rif *)priv->data; in __mlxsw_sp_rif_macvlan_flush() local
10121 static int mlxsw_sp_rif_macvlan_flush(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_macvlan_flush()
10135 static void mlxsw_sp_rif_subport_setup(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_subport_setup()
10150 static int mlxsw_sp_rif_subport_op(struct mlxsw_sp_rif *rif, bool enable) in mlxsw_sp_rif_subport_op()
10171 static int mlxsw_sp_rif_subport_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_subport_configure()
10215 static void mlxsw_sp_rif_subport_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_subport_deconfigure()
10229 mlxsw_sp_rif_subport_fid_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_subport_fid_get()
10245 static int mlxsw_sp_rif_fid_op(struct mlxsw_sp_rif *rif, u16 fid, bool enable) in mlxsw_sp_rif_fid_op()
10266 static int mlxsw_sp_rif_fid_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_fid_configure()
10328 static void mlxsw_sp_rif_fid_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_fid_deconfigure()
10348 mlxsw_sp_rif_fid_fid_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_fid_fid_get()
10357 static void mlxsw_sp_rif_fid_fdb_del(struct mlxsw_sp_rif *rif, const char *mac) in mlxsw_sp_rif_fid_fdb_del()
10382 mlxsw_sp_rif_vlan_fid_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_vlan_fid_get()
10401 static void mlxsw_sp_rif_vlan_fdb_del(struct mlxsw_sp_rif *rif, const char *mac) in mlxsw_sp_rif_vlan_fdb_del()
10420 static int mlxsw_sp_rif_vlan_op(struct mlxsw_sp_rif *rif, u16 vid, u16 efid, in mlxsw_sp_rif_vlan_op()
10434 static int mlxsw_sp_rif_vlan_configure(struct mlxsw_sp_rif *rif, u16 efid, in mlxsw_sp_rif_vlan_configure()
10496 static void mlxsw_sp_rif_vlan_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_vlan_deconfigure()
10514 static int mlxsw_sp1_rif_vlan_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp1_rif_vlan_configure()
10529 static int mlxsw_sp2_rif_vlan_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp2_rif_vlan_configure()
10547 mlxsw_sp_rif_ipip_lb_rif(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_ipip_lb_rif()
10553 mlxsw_sp_rif_ipip_lb_setup(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_ipip_lb_setup()
10566 mlxsw_sp1_rif_ipip_lb_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp1_rif_ipip_lb_configure()
10594 static void mlxsw_sp1_rif_ipip_lb_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp1_rif_ipip_lb_deconfigure()
10769 mlxsw_sp2_rif_ipip_lb_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp2_rif_ipip_lb_configure()
10797 static void mlxsw_sp2_rif_ipip_lb_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp2_rif_ipip_lb_deconfigure()