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()
1153 struct mlxsw_sp_rif *rif; in mlxsw_sp_ipip_ol_ipip_lb_create() local
1647 struct mlxsw_sp_rif *rif = &lb_rif->common; in mlxsw_sp_rif_ipip_lb_op() local
2184 u16 rif; member
2202 mlxsw_sp_rif_neigh_next(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_neigh_next()
2259 u16 rif) in mlxsw_sp_neigh_entry_alloc()
2348 struct mlxsw_sp_rif *rif; in mlxsw_sp_neigh_entry_create() local
2419 u16 rif; in mlxsw_sp_router_neigh_ent_ipv4_process() local
2449 u16 rif; in mlxsw_sp_router_neigh_ent_ipv6_process() local
2977 struct mlxsw_sp_rif *rif) in mlxsw_sp_neigh_rif_gone_sync()
2990 struct mlxsw_sp_rif *rif; member
3009 struct mlxsw_sp_rif *rif) in mlxsw_sp_neigh_rif_made_sync()
3632 struct mlxsw_sp_rif *rif = mlxsw_sp_nexthop_rif(nh); in __mlxsw_sp_nexthop_eth_update() local
4572 struct mlxsw_sp_rif *rif) in mlxsw_sp_nexthop_rif_update()
4597 struct mlxsw_sp_rif *rif) in mlxsw_sp_nexthop_rif_made_sync()
4626 struct mlxsw_sp_rif *rif) in mlxsw_sp_nexthop_rif_gone_sync()
5996 struct mlxsw_sp_rif *rif = mlxsw_sp_nhgi_rif(fib_entry->nh_group->nhgi); in mlxsw_sp_fib_entry_op_local() local
7438 struct mlxsw_sp_rif *rif; in mlxsw_sp_router_fibmr_vif_add() local
7941 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_exists() local
7952 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_vid() local
7973 static int mlxsw_sp_router_rif_disable(struct mlxsw_sp *mlxsw_sp, u16 rif) in mlxsw_sp_router_rif_disable()
7988 struct mlxsw_sp_rif *rif) in mlxsw_sp_router_rif_made_sync()
8008 struct mlxsw_sp_rif *rif) in mlxsw_sp_router_rif_gone_sync()
8046 mlxsw_sp_rif_should_config(struct mlxsw_sp_rif *rif, struct net_device *dev, in mlxsw_sp_rif_should_config()
8125 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_alloc() local
8146 static void mlxsw_sp_rif_free(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_free()
8161 u16 mlxsw_sp_rif_index(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_index()
8190 mlxsw_sp_router_port_l3_stats_enabled(struct mlxsw_sp_rif *rif) in mlxsw_sp_router_port_l3_stats_enabled()
8199 mlxsw_sp_router_port_l3_stats_enable(struct mlxsw_sp_rif *rif) in mlxsw_sp_router_port_l3_stats_enable()
8236 mlxsw_sp_router_port_l3_stats_disable(struct mlxsw_sp_rif *rif) in mlxsw_sp_router_port_l3_stats_disable()
8243 mlxsw_sp_router_port_l3_stats_report_used(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_l3_stats_report_used()
8252 mlxsw_sp_router_port_l3_stats_fetch(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_l3_stats_fetch()
8293 mlxsw_sp_router_port_l3_stats_report_delta(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_l3_stats_report_delta()
8350 int mlxsw_sp_rif_dev_ifindex(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_dev_ifindex()
8355 bool mlxsw_sp_rif_has_dev(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_has_dev()
8360 bool mlxsw_sp_rif_dev_is(const struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_dev_is()
8366 static void mlxsw_sp_rif_push_l3_stats(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_push_l3_stats()
8387 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_create() local
8485 static void mlxsw_sp_rif_destroy(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_destroy()
8529 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_destroy_by_dev() local
8659 mlxsw_sp_rif_subport_rif(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_subport_rif()
8670 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_subport_get() local
8681 static void mlxsw_sp_rif_subport_put(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_subport_put()
8840 static bool mlxsw_sp_rif_mac_profile_is_shared(const struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_mac_profile_is_shared()
8853 static int mlxsw_sp_rif_mac_profile_edit(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_mac_profile_edit()
8870 struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_mac_profile_replace()
8900 struct mlxsw_sp_rif *rif; in __mlxsw_sp_port_vlan_router_join() local
8948 struct mlxsw_sp_rif *rif = mlxsw_sp_fid_rif(fid); in __mlxsw_sp_port_vlan_router_leave() local
9067 struct mlxsw_sp_rif *rif; in mlxsw_sp_inetaddr_bridge_event() local
9185 struct mlxsw_sp_rif *rif; in mlxsw_sp_rif_macvlan_add() local
9220 struct mlxsw_sp_rif *rif; in __mlxsw_sp_rif_macvlan_del() local
9288 struct mlxsw_sp_rif *rif; in mlxsw_sp_inetaddr_event() local
9314 struct mlxsw_sp_rif *rif; in mlxsw_sp_inetaddr_valid_event() local
9348 struct mlxsw_sp_rif *rif; in mlxsw_sp_inet6addr_event_work() local
9399 struct mlxsw_sp_rif *rif; in mlxsw_sp_inet6addr_valid_event() local
9438 struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_change_event()
9498 static int mlxsw_sp_router_port_pre_changeaddr_event(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_pre_changeaddr_event()
9637 mlxsw_sp_router_port_offload_xstats_cmd(struct mlxsw_sp_rif *rif, in mlxsw_sp_router_port_offload_xstats_cmd()
9671 struct mlxsw_sp_rif *rif; in mlxsw_sp_netdevice_offload_xstats_cmd() local
9697 struct mlxsw_sp_rif *rif; in mlxsw_sp_netdevice_router_port_event() local
9725 struct mlxsw_sp_rif *rif; in mlxsw_sp_port_vrf_join() local
9742 struct mlxsw_sp_rif *rif; in mlxsw_sp_port_vrf_leave() local
10080 static int mlxsw_sp_macvlan_replay(struct mlxsw_sp_rif *rif, in mlxsw_sp_macvlan_replay()
10099 struct mlxsw_sp_rif *rif = (struct mlxsw_sp_rif *)priv->data; in __mlxsw_sp_rif_macvlan_flush() local
10108 static int mlxsw_sp_rif_macvlan_flush(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_macvlan_flush()
10122 static void mlxsw_sp_rif_subport_setup(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_subport_setup()
10137 static int mlxsw_sp_rif_subport_op(struct mlxsw_sp_rif *rif, bool enable) in mlxsw_sp_rif_subport_op()
10158 static int mlxsw_sp_rif_subport_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_subport_configure()
10202 static void mlxsw_sp_rif_subport_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_subport_deconfigure()
10216 mlxsw_sp_rif_subport_fid_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_subport_fid_get()
10232 static int mlxsw_sp_rif_fid_op(struct mlxsw_sp_rif *rif, u16 fid, bool enable) in mlxsw_sp_rif_fid_op()
10253 static int mlxsw_sp_rif_fid_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_fid_configure()
10315 static void mlxsw_sp_rif_fid_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_fid_deconfigure()
10335 mlxsw_sp_rif_fid_fid_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_fid_fid_get()
10344 static void mlxsw_sp_rif_fid_fdb_del(struct mlxsw_sp_rif *rif, const char *mac) in mlxsw_sp_rif_fid_fdb_del()
10369 mlxsw_sp_rif_vlan_fid_get(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_vlan_fid_get()
10388 static void mlxsw_sp_rif_vlan_fdb_del(struct mlxsw_sp_rif *rif, const char *mac) in mlxsw_sp_rif_vlan_fdb_del()
10407 static int mlxsw_sp_rif_vlan_op(struct mlxsw_sp_rif *rif, u16 vid, u16 efid, in mlxsw_sp_rif_vlan_op()
10421 static int mlxsw_sp_rif_vlan_configure(struct mlxsw_sp_rif *rif, u16 efid, in mlxsw_sp_rif_vlan_configure()
10483 static void mlxsw_sp_rif_vlan_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_vlan_deconfigure()
10501 static int mlxsw_sp1_rif_vlan_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp1_rif_vlan_configure()
10516 static int mlxsw_sp2_rif_vlan_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp2_rif_vlan_configure()
10534 mlxsw_sp_rif_ipip_lb_rif(struct mlxsw_sp_rif *rif) in mlxsw_sp_rif_ipip_lb_rif()
10540 mlxsw_sp_rif_ipip_lb_setup(struct mlxsw_sp_rif *rif, in mlxsw_sp_rif_ipip_lb_setup()
10553 mlxsw_sp1_rif_ipip_lb_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp1_rif_ipip_lb_configure()
10581 static void mlxsw_sp1_rif_ipip_lb_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp1_rif_ipip_lb_deconfigure()
10756 mlxsw_sp2_rif_ipip_lb_configure(struct mlxsw_sp_rif *rif, in mlxsw_sp2_rif_ipip_lb_configure()
10784 static void mlxsw_sp2_rif_ipip_lb_deconfigure(struct mlxsw_sp_rif *rif) in mlxsw_sp2_rif_ipip_lb_deconfigure()