Lines Matching full:struct

75 struct mlxsw_sp_port;
76 struct mlxsw_sp_rif;
77 struct mlxsw_sp_span_entry;
81 struct mlxsw_sp_upper {
82 struct net_device *dev;
94 struct mlxsw_sp_router_ops;
96 extern const struct mlxsw_sp_router_ops mlxsw_sp1_router_ops;
97 extern const struct mlxsw_sp_router_ops mlxsw_sp2_router_ops;
99 struct mlxsw_sp_switchdev_ops;
101 extern const struct mlxsw_sp_switchdev_ops mlxsw_sp1_switchdev_ops;
102 extern const struct mlxsw_sp_switchdev_ops mlxsw_sp2_switchdev_ops;
116 struct mlxsw_sp_sb;
117 struct mlxsw_sp_bridge;
118 struct mlxsw_sp_router;
119 struct mlxsw_sp_mr;
120 struct mlxsw_sp_acl;
121 struct mlxsw_sp_counter_pool;
122 struct mlxsw_sp_fid_core;
123 struct mlxsw_sp_kvdl;
124 struct mlxsw_sp_nve;
125 struct mlxsw_sp_kvdl_ops;
126 struct mlxsw_sp_mr_tcam_ops;
127 struct mlxsw_sp_acl_rulei_ops;
128 struct mlxsw_sp_acl_tcam_ops;
129 struct mlxsw_sp_nve_ops;
130 struct mlxsw_sp_sb_ops;
131 struct mlxsw_sp_sb_vals;
132 struct mlxsw_sp_port_type_speed_ops;
133 struct mlxsw_sp_ptp_state;
134 struct mlxsw_sp_ptp_ops;
135 struct mlxsw_sp_span_ops;
136 struct mlxsw_sp_qdisc_state;
137 struct mlxsw_sp_mall_entry;
138 struct mlxsw_sp_pgt;
140 struct mlxsw_sp_port_mapping {
148 struct mlxsw_sp_port_mapping_events {
149 struct list_head queue;
151 struct work_struct work;
154 struct mlxsw_sp_parsing {
158 struct mutex lock; /* Protects parsing configuration */
161 struct mlxsw_sp {
162 struct mlxsw_sp_port **ports;
163 struct mlxsw_core *core;
164 const struct mlxsw_bus_info *bus_info;
167 struct mlxsw_sp_upper *lags;
168 struct mlxsw_sp_port_mapping *port_mapping;
169 struct mlxsw_sp_port_mapping_events port_mapping_events;
170 struct rhashtable sample_trigger_ht;
171 struct mlxsw_sp_sb *sb;
172 struct mlxsw_sp_bridge *bridge;
173 struct mlxsw_sp_router *router;
174 struct mlxsw_sp_mr *mr;
175 struct mlxsw_afa *afa;
176 struct mlxsw_sp_acl *acl;
177 struct mlxsw_sp_fid_core *fid_core;
178 struct mlxsw_sp_policer_core *policer_core;
179 struct mlxsw_sp_port_range_core *pr_core;
180 struct mlxsw_sp_kvdl *kvdl;
181 struct mlxsw_sp_nve *nve;
182 struct notifier_block netdevice_nb;
183 struct mlxsw_sp_ptp_clock *clock;
184 struct mlxsw_sp_ptp_state *ptp_state;
185 struct mlxsw_sp_counter_pool *counter_pool;
186 struct mlxsw_sp_span *span;
187 struct mlxsw_sp_trap *trap;
188 struct mlxsw_sp_parsing parsing;
189 const struct mlxsw_sp_switchdev_ops *switchdev_ops;
190 const struct mlxsw_sp_kvdl_ops *kvdl_ops;
191 const struct mlxsw_afa_ops *afa_ops;
192 const struct mlxsw_afk_ops *afk_ops;
193 const struct mlxsw_sp_mr_tcam_ops *mr_tcam_ops;
194 const struct mlxsw_sp_acl_rulei_ops *acl_rulei_ops;
195 const struct mlxsw_sp_acl_tcam_ops *acl_tcam_ops;
196 const struct mlxsw_sp_acl_bf_ops *acl_bf_ops;
197 const struct mlxsw_sp_nve_ops **nve_ops_arr;
198 const struct mlxsw_sp_sb_vals *sb_vals;
199 const struct mlxsw_sp_sb_ops *sb_ops;
200 const struct mlxsw_sp_port_type_speed_ops *port_type_speed_ops;
201 const struct mlxsw_sp_ptp_ops *ptp_ops;
202 const struct mlxsw_sp_span_ops *span_ops;
203 const struct mlxsw_sp_policer_core_ops *policer_core_ops;
204 const struct mlxsw_sp_trap_ops *trap_ops;
205 const struct mlxsw_sp_mall_ops *mall_ops;
206 const struct mlxsw_sp_router_ops *router_ops;
207 const struct mlxsw_listener *listeners;
208 const struct mlxsw_sp_fid_core_ops *fid_core_ops;
211 struct rhashtable ipv6_addr_ht;
212 struct mutex ipv6_addr_ht_lock; /* Protects ipv6_addr_ht */
213 struct mlxsw_sp_pgt *pgt;
218 struct mlxsw_sp_ptp_ops {
219 struct mlxsw_sp_ptp_clock *
220 (*clock_init)(struct mlxsw_sp *mlxsw_sp, struct device *dev);
221 void (*clock_fini)(struct mlxsw_sp_ptp_clock *clock);
223 struct mlxsw_sp_ptp_state *(*init)(struct mlxsw_sp *mlxsw_sp);
224 void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);
229 void (*receive)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,
235 void (*transmitted)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,
238 int (*hwtstamp_get)(struct mlxsw_sp_port *mlxsw_sp_port,
239 struct hwtstamp_config *config);
240 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port,
241 struct hwtstamp_config *config);
242 void (*shaper_work)(struct work_struct *work);
243 int (*get_ts_info)(struct mlxsw_sp *mlxsw_sp,
244 struct ethtool_ts_info *info);
247 void (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port,
249 int (*txhdr_construct)(struct mlxsw_core *mlxsw_core,
250 struct mlxsw_sp_port *mlxsw_sp_port,
251 struct sk_buff *skb,
252 const struct mlxsw_tx_info *tx_info);
255 struct mlxsw_sp_fid_core_ops {
256 int (*init)(struct mlxsw_sp *mlxsw_sp);
257 void (*fini)(struct mlxsw_sp *mlxsw_sp);
260 static inline struct mlxsw_sp_upper *
261 mlxsw_sp_lag_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id) in mlxsw_sp_lag_get()
266 struct mlxsw_sp_port_pcpu_stats {
271 struct u64_stats_sync syncp;
281 struct mlxsw_sp_sample_trigger {
286 struct mlxsw_sp_sample_params {
287 struct psample_group *psample_group;
293 struct mlxsw_sp_bridge_port;
294 struct mlxsw_sp_fid;
296 struct mlxsw_sp_port_vlan {
297 struct list_head list;
298 struct mlxsw_sp_port *mlxsw_sp_port;
299 struct mlxsw_sp_fid *fid;
301 struct mlxsw_sp_bridge_port *bridge_port;
302 struct list_head bridge_vlan_node;
306 struct mlxsw_sp_port_xstats {
316 struct mlxsw_sp_ptp_port_dir_stats {
321 struct mlxsw_sp_ptp_port_stats {
322 struct mlxsw_sp_ptp_port_dir_stats rx_gcd;
323 struct mlxsw_sp_ptp_port_dir_stats tx_gcd;
326 struct mlxsw_sp_port {
327 struct net_device *dev;
328 struct mlxsw_sp_port_pcpu_stats __percpu *pcpu_stats;
329 struct mlxsw_sp *mlxsw_sp;
336 struct {
341 struct {
342 struct ieee_ets *ets;
343 struct ieee_maxrate *maxrate;
344 struct ieee_pfc *pfc;
347 struct mlxsw_sp_port_mapping mapping; /* mapping is constant during the
352 struct {
354 struct rtnl_link_stats64 stats;
355 struct mlxsw_sp_port_xstats xstats;
356 struct delayed_work update_dw;
358 struct list_head vlans_list;
359 struct mlxsw_sp_port_vlan *default_vlan;
360 struct mlxsw_sp_qdisc_state *qdisc;
362 struct mlxsw_sp_flow_block *ing_flow_block;
363 struct mlxsw_sp_flow_block *eg_flow_block;
364 struct {
365 struct delayed_work shaper_dw;
366 struct hwtstamp_config hwtstamp_config;
369 struct mlxsw_sp_ptp_port_stats stats;
373 struct mlxsw_sp_hdroom *hdroom;
377 struct mlxsw_sp_port_type_speed_ops {
378 void (*from_ptys_supported_port)(struct mlxsw_sp *mlxsw_sp,
380 struct ethtool_link_ksettings *cmd);
381 void (*from_ptys_link)(struct mlxsw_sp *mlxsw_sp, u32 ptys_eth_proto,
383 u32 (*from_ptys_speed)(struct mlxsw_sp *mlxsw_sp, u32 ptys_eth_proto);
384 void (*from_ptys_link_mode)(struct mlxsw_sp *mlxsw_sp,
386 struct ethtool_link_ksettings *cmd);
387 int (*ptys_max_speed)(struct mlxsw_sp_port *mlxsw_sp_port, u32 *p_max_speed);
388 u32 (*to_ptys_advert_link)(struct mlxsw_sp *mlxsw_sp,
389 const struct ethtool_link_ksettings *cmd);
390 u32 (*to_ptys_speed_lanes)(struct mlxsw_sp *mlxsw_sp, u8 width,
391 const struct ethtool_link_ksettings *cmd);
392 void (*reg_ptys_eth_pack)(struct mlxsw_sp *mlxsw_sp, char *payload,
394 void (*reg_ptys_eth_unpack)(struct mlxsw_sp *mlxsw_sp, char *payload,
401 struct mlxsw_sp_ports_bitmap {
407 mlxsw_sp_port_bitmap_init(struct mlxsw_sp *mlxsw_sp, in mlxsw_sp_port_bitmap_init()
408 struct mlxsw_sp_ports_bitmap *ports_bm) in mlxsw_sp_port_bitmap_init()
421 mlxsw_sp_port_bitmap_fini(struct mlxsw_sp_ports_bitmap *ports_bm) in mlxsw_sp_port_bitmap_fini()
440 static inline struct net_device *
441 mlxsw_sp_bridge_vxlan_dev_find(struct net_device *br_dev) in mlxsw_sp_bridge_vxlan_dev_find()
443 struct net_device *dev; in mlxsw_sp_bridge_vxlan_dev_find()
444 struct list_head *iter; in mlxsw_sp_bridge_vxlan_dev_find()
454 static inline bool mlxsw_sp_bridge_has_vxlan(struct net_device *br_dev) in mlxsw_sp_bridge_has_vxlan()
460 mlxsw_sp_vxlan_mapped_vid(const struct net_device *vxlan_dev, u16 *p_vid) in mlxsw_sp_vxlan_mapped_vid()
462 struct bridge_vlan_info vinfo; in mlxsw_sp_vxlan_mapped_vid()
480 mlxsw_sp_port_is_pause_en(const struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_is_pause_en()
485 static inline struct mlxsw_sp_port *
486 mlxsw_sp_port_lagged_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id, u8 port_index) in mlxsw_sp_port_lagged_get()
488 struct mlxsw_sp_port *mlxsw_sp_port; in mlxsw_sp_port_lagged_get()
497 static inline struct mlxsw_sp_port_vlan *
498 mlxsw_sp_port_vlan_find_by_vid(const struct mlxsw_sp_port *mlxsw_sp_port, in mlxsw_sp_port_vlan_find_by_vid()
501 struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan; in mlxsw_sp_port_vlan_find_by_vid()
522 int mlxsw_sp_port_get_stats_raw(struct net_device *dev, int grp,
524 int mlxsw_sp_port_admin_status_set(struct mlxsw_sp_port *mlxsw_sp_port,
527 mlxsw_sp_port_vlan_classification_set(struct mlxsw_sp_port *mlxsw_sp_port,
531 mlxsw_sp_local_port_is_valid(struct mlxsw_sp *mlxsw_sp, u16 local_port) in mlxsw_sp_local_port_is_valid()
539 struct mlxsw_sp_hdroom_prio {
551 struct mlxsw_sp_hdroom_buf {
566 struct mlxsw_sp_hdroom {
569 struct {
570 struct mlxsw_sp_hdroom_prio prio[IEEE_8021Q_MAX_PRIORITIES];
572 struct {
573 struct mlxsw_sp_hdroom_buf buf[MLXSW_SP_PB_COUNT];
575 struct {
590 int mlxsw_sp_buffers_init(struct mlxsw_sp *mlxsw_sp);
591 void mlxsw_sp_buffers_fini(struct mlxsw_sp *mlxsw_sp);
592 int mlxsw_sp_port_buffers_init(struct mlxsw_sp_port *mlxsw_sp_port);
593 void mlxsw_sp_port_buffers_fini(struct mlxsw_sp_port *mlxsw_sp_port);
594 int mlxsw_sp_sb_pool_get(struct mlxsw_core *mlxsw_core,
596 struct devlink_sb_pool_info *pool_info);
597 int mlxsw_sp_sb_pool_set(struct mlxsw_core *mlxsw_core,
600 struct netlink_ext_ack *extack);
601 int mlxsw_sp_sb_port_pool_get(struct mlxsw_core_port *mlxsw_core_port,
604 int mlxsw_sp_sb_port_pool_set(struct mlxsw_core_port *mlxsw_core_port,
606 u32 threshold, struct netlink_ext_ack *extack);
607 int mlxsw_sp_sb_tc_pool_bind_get(struct mlxsw_core_port *mlxsw_core_port,
611 int mlxsw_sp_sb_tc_pool_bind_set(struct mlxsw_core_port *mlxsw_core_port,
615 struct netlink_ext_ack *extack);
616 int mlxsw_sp_sb_occ_snapshot(struct mlxsw_core *mlxsw_core,
618 int mlxsw_sp_sb_occ_max_clear(struct mlxsw_core *mlxsw_core,
620 int mlxsw_sp_sb_occ_port_pool_get(struct mlxsw_core_port *mlxsw_core_port,
623 int mlxsw_sp_sb_occ_tc_port_bind_get(struct mlxsw_core_port *mlxsw_core_port,
627 u32 mlxsw_sp_cells_bytes(const struct mlxsw_sp *mlxsw_sp, u32 cells);
628 u32 mlxsw_sp_bytes_cells(const struct mlxsw_sp *mlxsw_sp, u32 bytes);
629 void mlxsw_sp_hdroom_prios_reset_buf_idx(struct mlxsw_sp_hdroom *hdroom);
630 void mlxsw_sp_hdroom_bufs_reset_lossiness(struct mlxsw_sp_hdroom *hdroom);
631 void mlxsw_sp_hdroom_bufs_reset_sizes(struct mlxsw_sp_port *mlxsw_sp_port,
632 struct mlxsw_sp_hdroom *hdroom);
633 int mlxsw_sp_hdroom_configure(struct mlxsw_sp_port *mlxsw_sp_port,
634 const struct mlxsw_sp_hdroom *hdroom);
635 struct mlxsw_sp_sample_params *
636 mlxsw_sp_sample_trigger_params_lookup(struct mlxsw_sp *mlxsw_sp,
637 const struct mlxsw_sp_sample_trigger *trigger);
639 mlxsw_sp_sample_trigger_params_set(struct mlxsw_sp *mlxsw_sp,
640 const struct mlxsw_sp_sample_trigger *trigger,
641 const struct mlxsw_sp_sample_params *params,
642 struct netlink_ext_ack *extack);
644 mlxsw_sp_sample_trigger_params_unset(struct mlxsw_sp *mlxsw_sp,
645 const struct mlxsw_sp_sample_trigger *trigger);
646 int mlxsw_sp_ipv6_addr_kvdl_index_get(struct mlxsw_sp *mlxsw_sp,
647 const struct in6_addr *addr6,
650 mlxsw_sp_ipv6_addr_put(struct mlxsw_sp *mlxsw_sp, const struct in6_addr *addr6);
652 extern const struct mlxsw_sp_sb_vals mlxsw_sp1_sb_vals;
653 extern const struct mlxsw_sp_sb_vals mlxsw_sp2_sb_vals;
655 extern const struct mlxsw_sp_sb_ops mlxsw_sp1_sb_ops;
656 extern const struct mlxsw_sp_sb_ops mlxsw_sp2_sb_ops;
657 extern const struct mlxsw_sp_sb_ops mlxsw_sp3_sb_ops;
660 int mlxsw_sp_switchdev_init(struct mlxsw_sp *mlxsw_sp);
661 void mlxsw_sp_switchdev_fini(struct mlxsw_sp *mlxsw_sp);
662 int mlxsw_sp_rif_fdb_op(struct mlxsw_sp *mlxsw_sp, const char *mac, u16 fid,
665 mlxsw_sp_port_vlan_bridge_leave(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan);
666 int mlxsw_sp_port_bridge_join(struct mlxsw_sp_port *mlxsw_sp_port,
667 struct net_device *brport_dev,
668 struct net_device *br_dev,
669 struct netlink_ext_ack *extack);
670 void mlxsw_sp_port_bridge_leave(struct mlxsw_sp_port *mlxsw_sp_port,
671 struct net_device *brport_dev,
672 struct net_device *br_dev);
673 bool mlxsw_sp_bridge_device_is_offloaded(const struct mlxsw_sp *mlxsw_sp,
674 const struct net_device *br_dev);
675 int mlxsw_sp_bridge_vxlan_join(struct mlxsw_sp *mlxsw_sp,
676 const struct net_device *br_dev,
677 const struct net_device *vxlan_dev, u16 vid,
678 struct netlink_ext_ack *extack);
679 void mlxsw_sp_bridge_vxlan_leave(struct mlxsw_sp *mlxsw_sp,
680 const struct net_device *vxlan_dev);
681 extern struct notifier_block mlxsw_sp_switchdev_notifier;
684 void mlxsw_sp_rx_listener_no_mark_func(struct sk_buff *skb,
686 void mlxsw_sp_ptp_receive(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,
688 int mlxsw_sp_port_speed_get(struct mlxsw_sp_port *mlxsw_sp_port, u32 *speed);
689 int mlxsw_sp_port_ets_set(struct mlxsw_sp_port *mlxsw_sp_port,
692 int mlxsw_sp_port_prio_tc_set(struct mlxsw_sp_port *mlxsw_sp_port,
694 int mlxsw_sp_port_ets_maxrate_set(struct mlxsw_sp_port *mlxsw_sp_port,
698 int mlxsw_sp_port_vid_stp_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid,
700 int mlxsw_sp_port_vp_mode_set(struct mlxsw_sp_port *mlxsw_sp_port, bool enable);
701 int mlxsw_sp_port_vid_learning_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid,
703 int mlxsw_sp_port_security_set(struct mlxsw_sp_port *mlxsw_sp_port,
706 int mlxsw_sp_port_egress_ethtype_set(struct mlxsw_sp_port *mlxsw_sp_port,
708 int mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid,
710 struct mlxsw_sp_port_vlan *
711 mlxsw_sp_port_vlan_create(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid);
712 void mlxsw_sp_port_vlan_destroy(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan);
713 int mlxsw_sp_port_kill_vid(struct net_device *dev,
715 int mlxsw_sp_port_vlan_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid_begin,
717 int mlxsw_sp_flow_counter_get(struct mlxsw_sp *mlxsw_sp,
720 int mlxsw_sp_flow_counter_alloc(struct mlxsw_sp *mlxsw_sp,
722 void mlxsw_sp_flow_counter_free(struct mlxsw_sp *mlxsw_sp,
724 void mlxsw_sp_txhdr_construct(struct sk_buff *skb,
725 const struct mlxsw_tx_info *tx_info);
726 int mlxsw_sp_txhdr_ptp_data_construct(struct mlxsw_core *mlxsw_core,
727 struct mlxsw_sp_port *mlxsw_sp_port,
728 struct sk_buff *skb,
729 const struct mlxsw_tx_info *tx_info);
730 bool mlxsw_sp_port_dev_check(const struct net_device *dev);
731 struct mlxsw_sp *mlxsw_sp_lower_get(struct net_device *dev);
732 struct mlxsw_sp_port *mlxsw_sp_port_dev_lower_find(struct net_device *dev);
733 struct mlxsw_sp_port *mlxsw_sp_port_dev_lower_find_rcu(struct net_device *dev);
734 int mlxsw_sp_parsing_depth_inc(struct mlxsw_sp *mlxsw_sp);
735 void mlxsw_sp_parsing_depth_dec(struct mlxsw_sp *mlxsw_sp);
736 int mlxsw_sp_parsing_vxlan_udp_dport_set(struct mlxsw_sp *mlxsw_sp,
741 int mlxsw_sp_port_dcb_init(struct mlxsw_sp_port *mlxsw_sp_port);
742 void mlxsw_sp_port_dcb_fini(struct mlxsw_sp_port *mlxsw_sp_port);
744 static inline int mlxsw_sp_port_dcb_init(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_init()
748 static inline void mlxsw_sp_port_dcb_fini(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_fini()
761 struct in6_addr addr6;
764 u16 mlxsw_sp_rif_index(const struct mlxsw_sp_rif *rif);
765 int mlxsw_sp_rif_subport_port(const struct mlxsw_sp_rif *rif,
767 int mlxsw_sp_router_init(struct mlxsw_sp *mlxsw_sp,
768 struct netlink_ext_ack *extack);
769 void mlxsw_sp_router_fini(struct mlxsw_sp *mlxsw_sp);
770 void mlxsw_sp_rif_macvlan_del(struct mlxsw_sp *mlxsw_sp,
771 const struct net_device *macvlan_dev);
773 mlxsw_sp_port_vlan_router_leave(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan);
774 void mlxsw_sp_rif_destroy_by_dev(struct mlxsw_sp *mlxsw_sp,
775 struct net_device *dev);
776 bool mlxsw_sp_rif_exists(struct mlxsw_sp *mlxsw_sp,
777 const struct net_device *dev);
778 u16 mlxsw_sp_rif_vid(struct mlxsw_sp *mlxsw_sp, const struct net_device *dev);
779 u16 mlxsw_sp_router_port(const struct mlxsw_sp *mlxsw_sp);
780 int mlxsw_sp_router_nve_promote_decap(struct mlxsw_sp *mlxsw_sp, u32 ul_tb_id,
784 void mlxsw_sp_router_nve_demote_decap(struct mlxsw_sp *mlxsw_sp, u32 ul_tb_id,
787 int mlxsw_sp_router_tb_id_vr_id(struct mlxsw_sp *mlxsw_sp, u32 tb_id,
789 int mlxsw_sp_router_ul_rif_get(struct mlxsw_sp *mlxsw_sp, u32 ul_tb_id,
791 void mlxsw_sp_router_ul_rif_put(struct mlxsw_sp *mlxsw_sp, u16 ul_rif_index);
818 struct mlxsw_sp_kvdl_ops {
820 int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv);
821 void (*fini)(struct mlxsw_sp *mlxsw_sp, void *priv);
822 int (*alloc)(struct mlxsw_sp *mlxsw_sp, void *priv,
825 void (*free)(struct mlxsw_sp *mlxsw_sp, void *priv,
828 int (*alloc_size_query)(struct mlxsw_sp *mlxsw_sp, void *priv,
832 int (*resources_register)(struct mlxsw_sp *mlxsw_sp, void *priv);
835 int mlxsw_sp_kvdl_init(struct mlxsw_sp *mlxsw_sp);
836 void mlxsw_sp_kvdl_fini(struct mlxsw_sp *mlxsw_sp);
837 int mlxsw_sp_kvdl_alloc(struct mlxsw_sp *mlxsw_sp,
840 void mlxsw_sp_kvdl_free(struct mlxsw_sp *mlxsw_sp,
843 int mlxsw_sp_kvdl_alloc_count_query(struct mlxsw_sp *mlxsw_sp,
849 extern const struct mlxsw_sp_kvdl_ops mlxsw_sp1_kvdl_ops;
850 int mlxsw_sp1_kvdl_resources_register(struct mlxsw_core *mlxsw_core);
853 extern const struct mlxsw_sp_kvdl_ops mlxsw_sp2_kvdl_ops;
873 struct mlxsw_sp_acl_rule_info {
875 struct mlxsw_afk_element_values values;
876 struct mlxsw_afa_block *act_block;
889 struct {
896 struct mlxsw_sp_flow_block {
897 struct list_head binding_list;
898 struct {
899 struct list_head list;
903 struct mlxsw_sp_acl_ruleset *ruleset_zero;
904 struct mlxsw_sp *mlxsw_sp;
911 struct net *net;
914 struct mlxsw_sp_flow_block_binding {
915 struct list_head list;
916 struct mlxsw_sp_port *mlxsw_sp_port;
920 static inline struct mlxsw_sp *
921 mlxsw_sp_flow_block_mlxsw_sp(struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_mlxsw_sp()
927 mlxsw_sp_flow_block_rule_count(const struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_rule_count()
933 mlxsw_sp_flow_block_disable_inc(struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_disable_inc()
940 mlxsw_sp_flow_block_disable_dec(struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_disable_dec()
947 mlxsw_sp_flow_block_disabled(const struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_disabled()
953 mlxsw_sp_flow_block_is_egress_bound(const struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_is_egress_bound()
959 mlxsw_sp_flow_block_is_ingress_bound(const struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_is_ingress_bound()
965 mlxsw_sp_flow_block_is_mixed_bound(const struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_is_mixed_bound()
970 struct mlxsw_sp_flow_block *mlxsw_sp_flow_block_create(struct mlxsw_sp *mlxsw_sp,
971 struct net *net);
972 void mlxsw_sp_flow_block_destroy(struct mlxsw_sp_flow_block *block);
973 int mlxsw_sp_setup_tc_block_clsact(struct mlxsw_sp_port *mlxsw_sp_port,
974 struct flow_block_offload *f,
978 struct mlxsw_sp_acl_ruleset;
985 struct mlxsw_afk *mlxsw_sp_acl_afk(struct mlxsw_sp_acl *acl);
986 struct mlxsw_sp_acl_tcam *mlxsw_sp_acl_to_tcam(struct mlxsw_sp_acl *acl);
988 int mlxsw_sp_acl_ruleset_bind(struct mlxsw_sp *mlxsw_sp,
989 struct mlxsw_sp_flow_block *block,
990 struct mlxsw_sp_flow_block_binding *binding);
991 void mlxsw_sp_acl_ruleset_unbind(struct mlxsw_sp *mlxsw_sp,
992 struct mlxsw_sp_flow_block *block,
993 struct mlxsw_sp_flow_block_binding *binding);
994 struct mlxsw_sp_acl_ruleset *
995 mlxsw_sp_acl_ruleset_lookup(struct mlxsw_sp *mlxsw_sp,
996 struct mlxsw_sp_flow_block *block, u32 chain_index,
998 struct mlxsw_sp_acl_ruleset *
999 mlxsw_sp_acl_ruleset_get(struct mlxsw_sp *mlxsw_sp,
1000 struct mlxsw_sp_flow_block *block, u32 chain_index,
1002 struct mlxsw_afk_element_usage *tmplt_elusage);
1003 void mlxsw_sp_acl_ruleset_put(struct mlxsw_sp *mlxsw_sp,
1004 struct mlxsw_sp_acl_ruleset *ruleset);
1005 u16 mlxsw_sp_acl_ruleset_group_id(struct mlxsw_sp_acl_ruleset *ruleset);
1006 void mlxsw_sp_acl_ruleset_prio_get(struct mlxsw_sp_acl_ruleset *ruleset,
1010 struct mlxsw_sp_acl_rule_info *
1011 mlxsw_sp_acl_rulei_create(struct mlxsw_sp_acl *acl,
1012 struct mlxsw_afa_block *afa_block);
1013 void mlxsw_sp_acl_rulei_destroy(struct mlxsw_sp *mlxsw_sp,
1014 struct mlxsw_sp_acl_rule_info *rulei);
1015 int mlxsw_sp_acl_rulei_commit(struct mlxsw_sp_acl_rule_info *rulei);
1016 void mlxsw_sp_acl_rulei_priority(struct mlxsw_sp_acl_rule_info *rulei,
1018 void mlxsw_sp_acl_rulei_keymask_u32(struct mlxsw_sp_acl_rule_info *rulei,
1021 void mlxsw_sp_acl_rulei_keymask_buf(struct mlxsw_sp_acl_rule_info *rulei,
1025 int mlxsw_sp_acl_rulei_act_continue(struct mlxsw_sp_acl_rule_info *rulei);
1026 int mlxsw_sp_acl_rulei_act_jump(struct mlxsw_sp_acl_rule_info *rulei,
1028 int mlxsw_sp_acl_rulei_act_terminate(struct mlxsw_sp_acl_rule_info *rulei);
1029 int mlxsw_sp_acl_rulei_act_drop(struct mlxsw_sp_acl_rule_info *rulei,
1031 const struct flow_action_cookie *fa_cookie,
1032 struct netlink_ext_ack *extack);
1033 int mlxsw_sp_acl_rulei_act_trap(struct mlxsw_sp_acl_rule_info *rulei);
1034 int mlxsw_sp_acl_rulei_act_mirror(struct mlxsw_sp *mlxsw_sp,
1035 struct mlxsw_sp_acl_rule_info *rulei,
1036 struct mlxsw_sp_flow_block *block,
1037 struct net_device *out_dev,
1038 struct netlink_ext_ack *extack);
1039 int mlxsw_sp_acl_rulei_act_fwd(struct mlxsw_sp *mlxsw_sp,
1040 struct mlxsw_sp_acl_rule_info *rulei,
1041 struct net_device *out_dev,
1042 struct netlink_ext_ack *extack);
1043 int mlxsw_sp_acl_rulei_act_vlan(struct mlxsw_sp *mlxsw_sp,
1044 struct mlxsw_sp_acl_rule_info *rulei,
1046 struct netlink_ext_ack *extack);
1047 int mlxsw_sp_acl_rulei_act_priority(struct mlxsw_sp *mlxsw_sp,
1048 struct mlxsw_sp_acl_rule_info *rulei,
1049 u32 prio, struct netlink_ext_ack *extack);
1050 int mlxsw_sp_acl_rulei_act_mangle(struct mlxsw_sp *mlxsw_sp,
1051 struct mlxsw_sp_acl_rule_info *rulei,
1054 struct netlink_ext_ack *extack);
1055 int mlxsw_sp_acl_rulei_act_police(struct mlxsw_sp *mlxsw_sp,
1056 struct mlxsw_sp_acl_rule_info *rulei,
1058 u32 burst, struct netlink_ext_ack *extack);
1059 int mlxsw_sp_acl_rulei_act_count(struct mlxsw_sp *mlxsw_sp,
1060 struct mlxsw_sp_acl_rule_info *rulei,
1061 struct netlink_ext_ack *extack);
1062 int mlxsw_sp_acl_rulei_act_fid_set(struct mlxsw_sp *mlxsw_sp,
1063 struct mlxsw_sp_acl_rule_info *rulei,
1064 u16 fid, struct netlink_ext_ack *extack);
1065 int mlxsw_sp_acl_rulei_act_ignore(struct mlxsw_sp *mlxsw_sp,
1066 struct mlxsw_sp_acl_rule_info *rulei,
1068 int mlxsw_sp_acl_rulei_act_sample(struct mlxsw_sp *mlxsw_sp,
1069 struct mlxsw_sp_acl_rule_info *rulei,
1070 struct mlxsw_sp_flow_block *block,
1071 struct psample_group *psample_group, u32 rate,
1073 struct netlink_ext_ack *extack);
1075 struct mlxsw_sp_acl_rule;
1077 struct mlxsw_sp_acl_rule *
1078 mlxsw_sp_acl_rule_create(struct mlxsw_sp *mlxsw_sp,
1079 struct mlxsw_sp_acl_ruleset *ruleset,
1081 struct mlxsw_afa_block *afa_block,
1082 struct netlink_ext_ack *extack);
1083 void mlxsw_sp_acl_rule_destroy(struct mlxsw_sp *mlxsw_sp,
1084 struct mlxsw_sp_acl_rule *rule);
1085 int mlxsw_sp_acl_rule_add(struct mlxsw_sp *mlxsw_sp,
1086 struct mlxsw_sp_acl_rule *rule);
1087 void mlxsw_sp_acl_rule_del(struct mlxsw_sp *mlxsw_sp,
1088 struct mlxsw_sp_acl_rule *rule);
1089 int mlxsw_sp_acl_rule_action_replace(struct mlxsw_sp *mlxsw_sp,
1090 struct mlxsw_sp_acl_rule *rule,
1091 struct mlxsw_afa_block *afa_block);
1092 struct mlxsw_sp_acl_rule *
1093 mlxsw_sp_acl_rule_lookup(struct mlxsw_sp *mlxsw_sp,
1094 struct mlxsw_sp_acl_ruleset *ruleset,
1096 struct mlxsw_sp_acl_rule_info *
1097 mlxsw_sp_acl_rule_rulei(struct mlxsw_sp_acl_rule *rule);
1098 int mlxsw_sp_acl_rule_get_stats(struct mlxsw_sp *mlxsw_sp,
1099 struct mlxsw_sp_acl_rule *rule,
1104 struct mlxsw_sp_fid *mlxsw_sp_acl_dummy_fid(struct mlxsw_sp *mlxsw_sp);
1106 static inline const struct flow_action_cookie *
1107 mlxsw_sp_acl_act_cookie_lookup(struct mlxsw_sp *mlxsw_sp, u32 cookie_index) in mlxsw_sp_acl_act_cookie_lookup()
1112 int mlxsw_sp_acl_init(struct mlxsw_sp *mlxsw_sp);
1113 void mlxsw_sp_acl_fini(struct mlxsw_sp *mlxsw_sp);
1115 struct mlxsw_sp_acl_mangle_action;
1117 struct mlxsw_sp_acl_rulei_ops {
1118 int (*act_mangle_field)(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_rule_info *rulei,
1119 struct mlxsw_sp_acl_mangle_action *mact, u32 val,
1120 struct netlink_ext_ack *extack);
1123 extern struct mlxsw_sp_acl_rulei_ops mlxsw_sp1_acl_rulei_ops;
1124 extern struct mlxsw_sp_acl_rulei_ops mlxsw_sp2_acl_rulei_ops;
1127 struct mlxsw_sp_acl_tcam;
1128 struct mlxsw_sp_acl_tcam_region;
1130 struct mlxsw_sp_acl_tcam_ops {
1133 int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv,
1134 struct mlxsw_sp_acl_tcam *tcam);
1135 void (*fini)(struct mlxsw_sp *mlxsw_sp, void *priv);
1137 int (*region_init)(struct mlxsw_sp *mlxsw_sp, void *region_priv,
1139 struct mlxsw_sp_acl_tcam_region *region,
1141 void (*region_fini)(struct mlxsw_sp *mlxsw_sp, void *region_priv);
1142 int (*region_associate)(struct mlxsw_sp *mlxsw_sp,
1143 struct mlxsw_sp_acl_tcam_region *region);
1151 int (*entry_add)(struct mlxsw_sp *mlxsw_sp,
1154 struct mlxsw_sp_acl_rule_info *rulei);
1155 void (*entry_del)(struct mlxsw_sp *mlxsw_sp,
1158 int (*entry_action_replace)(struct mlxsw_sp *mlxsw_sp,
1160 struct mlxsw_sp_acl_rule_info *rulei);
1161 int (*entry_activity_get)(struct mlxsw_sp *mlxsw_sp,
1167 extern const struct mlxsw_sp_acl_tcam_ops mlxsw_sp1_acl_tcam_ops;
1170 extern const struct mlxsw_sp_acl_tcam_ops mlxsw_sp2_acl_tcam_ops;
1173 extern const struct mlxsw_afa_ops mlxsw_sp1_act_afa_ops;
1174 extern const struct mlxsw_afa_ops mlxsw_sp2_act_afa_ops;
1177 extern const struct mlxsw_afk_ops mlxsw_sp1_afk_ops;
1178 extern const struct mlxsw_afk_ops mlxsw_sp2_afk_ops;
1179 extern const struct mlxsw_afk_ops mlxsw_sp4_afk_ops;
1182 extern const struct mlxsw_sp_acl_bf_ops mlxsw_sp2_acl_bf_ops;
1183 extern const struct mlxsw_sp_acl_bf_ops mlxsw_sp4_acl_bf_ops;
1186 struct mlxsw_sp_mall_ops {
1187 int (*sample_add)(struct mlxsw_sp *mlxsw_sp,
1188 struct mlxsw_sp_port *mlxsw_sp_port,
1189 struct mlxsw_sp_mall_entry *mall_entry,
1190 struct netlink_ext_ack *extack);
1191 void (*sample_del)(struct mlxsw_sp *mlxsw_sp,
1192 struct mlxsw_sp_port *mlxsw_sp_port,
1193 struct mlxsw_sp_mall_entry *mall_entry);
1196 extern const struct mlxsw_sp_mall_ops mlxsw_sp1_mall_ops;
1197 extern const struct mlxsw_sp_mall_ops mlxsw_sp2_mall_ops;
1205 struct mlxsw_sp_mall_mirror_entry {
1206 const struct net_device *to_dev;
1210 struct mlxsw_sp_mall_trap_entry {
1214 struct mlxsw_sp_mall_sample_entry {
1215 struct mlxsw_sp_sample_params params;
1219 struct mlxsw_sp_mall_entry {
1220 struct list_head list;
1226 struct mlxsw_sp_mall_mirror_entry mirror;
1227 struct mlxsw_sp_mall_trap_entry trap;
1228 struct mlxsw_sp_mall_sample_entry sample;
1230 struct rcu_head rcu;
1233 int mlxsw_sp_mall_replace(struct mlxsw_sp *mlxsw_sp,
1234 struct mlxsw_sp_flow_block *block,
1235 struct tc_cls_matchall_offload *f);
1236 void mlxsw_sp_mall_destroy(struct mlxsw_sp_flow_block *block,
1237 struct tc_cls_matchall_offload *f);
1238 int mlxsw_sp_mall_port_bind(struct mlxsw_sp_flow_block *block,
1239 struct mlxsw_sp_port *mlxsw_sp_port,
1240 struct netlink_ext_ack *extack);
1241 void mlxsw_sp_mall_port_unbind(struct mlxsw_sp_flow_block *block,
1242 struct mlxsw_sp_port *mlxsw_sp_port);
1243 int mlxsw_sp_mall_prio_get(struct mlxsw_sp_flow_block *block, u32 chain_index,
1247 int mlxsw_sp_flower_replace(struct mlxsw_sp *mlxsw_sp,
1248 struct mlxsw_sp_flow_block *block,
1249 struct flow_cls_offload *f);
1250 void mlxsw_sp_flower_destroy(struct mlxsw_sp *mlxsw_sp,
1251 struct mlxsw_sp_flow_block *block,
1252 struct flow_cls_offload *f);
1253 int mlxsw_sp_flower_stats(struct mlxsw_sp *mlxsw_sp,
1254 struct mlxsw_sp_flow_block *block,
1255 struct flow_cls_offload *f);
1256 int mlxsw_sp_flower_tmplt_create(struct mlxsw_sp *mlxsw_sp,
1257 struct mlxsw_sp_flow_block *block,
1258 struct flow_cls_offload *f);
1259 void mlxsw_sp_flower_tmplt_destroy(struct mlxsw_sp *mlxsw_sp,
1260 struct mlxsw_sp_flow_block *block,
1261 struct flow_cls_offload *f);
1262 int mlxsw_sp_flower_prio_get(struct mlxsw_sp *mlxsw_sp,
1263 struct mlxsw_sp_flow_block *block,
1268 int mlxsw_sp_tc_qdisc_init(struct mlxsw_sp_port *mlxsw_sp_port);
1269 void mlxsw_sp_tc_qdisc_fini(struct mlxsw_sp_port *mlxsw_sp_port);
1270 int mlxsw_sp_setup_tc_red(struct mlxsw_sp_port *mlxsw_sp_port,
1271 struct tc_red_qopt_offload *p);
1272 int mlxsw_sp_setup_tc_prio(struct mlxsw_sp_port *mlxsw_sp_port,
1273 struct tc_prio_qopt_offload *p);
1274 int mlxsw_sp_setup_tc_ets(struct mlxsw_sp_port *mlxsw_sp_port,
1275 struct tc_ets_qopt_offload *p);
1276 int mlxsw_sp_setup_tc_tbf(struct mlxsw_sp_port *mlxsw_sp_port,
1277 struct tc_tbf_qopt_offload *p);
1278 int mlxsw_sp_setup_tc_fifo(struct mlxsw_sp_port *mlxsw_sp_port,
1279 struct tc_fifo_qopt_offload *p);
1280 int mlxsw_sp_setup_tc_block_qevent_early_drop(struct mlxsw_sp_port *mlxsw_sp_port,
1281 struct flow_block_offload *f);
1282 int mlxsw_sp_setup_tc_block_qevent_mark(struct mlxsw_sp_port *mlxsw_sp_port,
1283 struct flow_block_offload *f);
1286 struct mlxsw_sp_fid *mlxsw_sp_fid_lookup_by_index(struct mlxsw_sp *mlxsw_sp,
1288 int mlxsw_sp_fid_nve_ifindex(const struct mlxsw_sp_fid *fid, int *nve_ifindex);
1289 int mlxsw_sp_fid_nve_type(const struct mlxsw_sp_fid *fid,
1291 struct mlxsw_sp_fid *mlxsw_sp_fid_lookup_by_vni(struct mlxsw_sp *mlxsw_sp,
1293 int mlxsw_sp_fid_vni(const struct mlxsw_sp_fid *fid, __be32 *vni);
1294 int mlxsw_sp_fid_nve_flood_index_set(struct mlxsw_sp_fid *fid,
1296 void mlxsw_sp_fid_nve_flood_index_clear(struct mlxsw_sp_fid *fid);
1297 bool mlxsw_sp_fid_nve_flood_index_is_set(const struct mlxsw_sp_fid *fid);
1298 int mlxsw_sp_fid_vni_set(struct mlxsw_sp_fid *fid, enum mlxsw_sp_nve_type type,
1300 void mlxsw_sp_fid_vni_clear(struct mlxsw_sp_fid *fid);
1301 bool mlxsw_sp_fid_vni_is_set(const struct mlxsw_sp_fid *fid);
1302 void mlxsw_sp_fid_fdb_clear_offload(const struct mlxsw_sp_fid *fid,
1303 const struct net_device *nve_dev);
1304 int mlxsw_sp_fid_flood_set(struct mlxsw_sp_fid *fid,
1307 int mlxsw_sp_fid_port_vid_map(struct mlxsw_sp_fid *fid,
1308 struct mlxsw_sp_port *mlxsw_sp_port, u16 vid);
1309 void mlxsw_sp_fid_port_vid_unmap(struct mlxsw_sp_fid *fid,
1310 struct mlxsw_sp_port *mlxsw_sp_port, u16 vid);
1311 u16 mlxsw_sp_fid_index(const struct mlxsw_sp_fid *fid);
1312 enum mlxsw_sp_fid_type mlxsw_sp_fid_type(const struct mlxsw_sp_fid *fid);
1313 int mlxsw_sp_fid_rif_set(struct mlxsw_sp_fid *fid, struct mlxsw_sp_rif *rif);
1314 void mlxsw_sp_fid_rif_unset(struct mlxsw_sp_fid *fid);
1315 struct mlxsw_sp_rif *mlxsw_sp_fid_rif(const struct mlxsw_sp_fid *fid);
1317 mlxsw_sp_fid_type_rif_type(const struct mlxsw_sp *mlxsw_sp,
1319 u16 mlxsw_sp_fid_8021q_vid(const struct mlxsw_sp_fid *fid);
1320 struct mlxsw_sp_fid *mlxsw_sp_fid_8021q_get(struct mlxsw_sp *mlxsw_sp, u16 vid);
1321 struct mlxsw_sp_fid *mlxsw_sp_fid_8021d_get(struct mlxsw_sp *mlxsw_sp,
1323 struct mlxsw_sp_fid *mlxsw_sp_fid_8021q_lookup(struct mlxsw_sp *mlxsw_sp,
1325 struct mlxsw_sp_fid *mlxsw_sp_fid_8021d_lookup(struct mlxsw_sp *mlxsw_sp,
1327 struct mlxsw_sp_fid *mlxsw_sp_fid_rfid_get(struct mlxsw_sp *mlxsw_sp,
1329 struct mlxsw_sp_fid *mlxsw_sp_fid_dummy_get(struct mlxsw_sp *mlxsw_sp);
1330 void mlxsw_sp_fid_put(struct mlxsw_sp_fid *fid);
1331 int mlxsw_sp_port_fids_init(struct mlxsw_sp_port *mlxsw_sp_port);
1332 void mlxsw_sp_port_fids_fini(struct mlxsw_sp_port *mlxsw_sp_port);
1333 int mlxsw_sp_fid_port_join_lag(const struct mlxsw_sp_port *mlxsw_sp_port);
1334 void mlxsw_sp_fid_port_leave_lag(const struct mlxsw_sp_port *mlxsw_sp_port);
1336 extern const struct mlxsw_sp_fid_core_ops mlxsw_sp1_fid_core_ops;
1337 extern const struct mlxsw_sp_fid_core_ops mlxsw_sp2_fid_core_ops;
1349 struct mlxsw_sp_mr_route_key;
1351 struct mlxsw_sp_mr_tcam_ops {
1353 int (*init)(struct mlxsw_sp *mlxsw_sp, void *priv);
1356 int (*route_create)(struct mlxsw_sp *mlxsw_sp, void *priv,
1358 struct mlxsw_sp_mr_route_key *key,
1359 struct mlxsw_afa_block *afa_block,
1361 void (*route_destroy)(struct mlxsw_sp *mlxsw_sp, void *priv,
1363 struct mlxsw_sp_mr_route_key *key);
1364 int (*route_update)(struct mlxsw_sp *mlxsw_sp, void *route_priv,
1365 struct mlxsw_sp_mr_route_key *key,
1366 struct mlxsw_afa_block *afa_block);
1370 extern const struct mlxsw_sp_mr_tcam_ops mlxsw_sp1_mr_tcam_ops;
1373 extern const struct mlxsw_sp_mr_tcam_ops mlxsw_sp2_mr_tcam_ops;
1376 struct mlxsw_sp_nve_params {
1379 const struct net_device *dev;
1383 extern const struct mlxsw_sp_nve_ops *mlxsw_sp1_nve_ops_arr[];
1384 extern const struct mlxsw_sp_nve_ops *mlxsw_sp2_nve_ops_arr[];
1386 int mlxsw_sp_nve_learned_ip_resolve(struct mlxsw_sp *mlxsw_sp, u32 uip,
1389 int mlxsw_sp_nve_flood_ip_add(struct mlxsw_sp *mlxsw_sp,
1390 struct mlxsw_sp_fid *fid,
1393 void mlxsw_sp_nve_flood_ip_del(struct mlxsw_sp *mlxsw_sp,
1394 struct mlxsw_sp_fid *fid,
1397 int mlxsw_sp_nve_ipv6_addr_kvdl_set(struct mlxsw_sp *mlxsw_sp,
1398 const struct in6_addr *addr6,
1400 void mlxsw_sp_nve_ipv6_addr_kvdl_unset(struct mlxsw_sp *mlxsw_sp,
1401 const struct in6_addr *addr6);
1403 mlxsw_sp_nve_ipv6_addr_map_replace(struct mlxsw_sp *mlxsw_sp, const char *mac,
1405 const struct in6_addr *new_addr6);
1406 void mlxsw_sp_nve_ipv6_addr_map_del(struct mlxsw_sp *mlxsw_sp, const char *mac,
1408 int mlxsw_sp_nve_fid_enable(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *fid,
1409 struct mlxsw_sp_nve_params *params,
1410 struct netlink_ext_ack *extack);
1411 void mlxsw_sp_nve_fid_disable(struct mlxsw_sp *mlxsw_sp,
1412 struct mlxsw_sp_fid *fid);
1413 int mlxsw_sp_port_nve_init(struct mlxsw_sp_port *mlxsw_sp_port);
1414 void mlxsw_sp_port_nve_fini(struct mlxsw_sp_port *mlxsw_sp_port);
1415 int mlxsw_sp_nve_init(struct mlxsw_sp *mlxsw_sp);
1416 void mlxsw_sp_nve_fini(struct mlxsw_sp *mlxsw_sp);
1419 int mlxsw_sp_devlink_traps_init(struct mlxsw_sp *mlxsw_sp);
1420 void mlxsw_sp_devlink_traps_fini(struct mlxsw_sp *mlxsw_sp);
1421 int mlxsw_sp_trap_init(struct mlxsw_core *mlxsw_core,
1422 const struct devlink_trap *trap, void *trap_ctx);
1423 void mlxsw_sp_trap_fini(struct mlxsw_core *mlxsw_core,
1424 const struct devlink_trap *trap, void *trap_ctx);
1425 int mlxsw_sp_trap_action_set(struct mlxsw_core *mlxsw_core,
1426 const struct devlink_trap *trap,
1428 struct netlink_ext_ack *extack);
1429 int mlxsw_sp_trap_group_init(struct mlxsw_core *mlxsw_core,
1430 const struct devlink_trap_group *group);
1431 int mlxsw_sp_trap_group_set(struct mlxsw_core *mlxsw_core,
1432 const struct devlink_trap_group *group,
1433 const struct devlink_trap_policer *policer,
1434 struct netlink_ext_ack *extack);
1436 mlxsw_sp_trap_policer_init(struct mlxsw_core *mlxsw_core,
1437 const struct devlink_trap_policer *policer);
1438 void mlxsw_sp_trap_policer_fini(struct mlxsw_core *mlxsw_core,
1439 const struct devlink_trap_policer *policer);
1441 mlxsw_sp_trap_policer_set(struct mlxsw_core *mlxsw_core,
1442 const struct devlink_trap_policer *policer,
1443 u64 rate, u64 burst, struct netlink_ext_ack *extack);
1445 mlxsw_sp_trap_policer_counter_get(struct mlxsw_core *mlxsw_core,
1446 const struct devlink_trap_policer *policer,
1448 int mlxsw_sp_trap_group_policer_hw_id_get(struct mlxsw_sp *mlxsw_sp, u16 id,
1451 static inline struct net *mlxsw_sp_net(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp_net()
1457 extern const struct ethtool_ops mlxsw_sp_port_ethtool_ops;
1458 extern const struct mlxsw_sp_port_type_speed_ops mlxsw_sp1_port_type_speed_ops;
1459 extern const struct mlxsw_sp_port_type_speed_ops mlxsw_sp2_port_type_speed_ops;
1462 extern const struct mlxsw_sp_policer_core_ops mlxsw_sp1_policer_core_ops;
1463 extern const struct mlxsw_sp_policer_core_ops mlxsw_sp2_policer_core_ops;
1472 struct mlxsw_sp_policer_params {
1478 int mlxsw_sp_policer_add(struct mlxsw_sp *mlxsw_sp,
1480 const struct mlxsw_sp_policer_params *params,
1481 struct netlink_ext_ack *extack, u16 *p_policer_index);
1482 void mlxsw_sp_policer_del(struct mlxsw_sp *mlxsw_sp,
1485 int mlxsw_sp_policer_drops_counter_get(struct mlxsw_sp *mlxsw_sp,
1488 int mlxsw_sp_policers_init(struct mlxsw_sp *mlxsw_sp);
1489 void mlxsw_sp_policers_fini(struct mlxsw_sp *mlxsw_sp);
1490 int mlxsw_sp_policer_resources_register(struct mlxsw_core *mlxsw_core);
1493 int mlxsw_sp_pgt_mid_alloc(struct mlxsw_sp *mlxsw_sp, u16 *p_mid);
1494 void mlxsw_sp_pgt_mid_free(struct mlxsw_sp *mlxsw_sp, u16 mid_base);
1495 int mlxsw_sp_pgt_mid_alloc_range(struct mlxsw_sp *mlxsw_sp, u16 *mid_base,
1497 void mlxsw_sp_pgt_mid_free_range(struct mlxsw_sp *mlxsw_sp, u16 mid_base,
1499 int mlxsw_sp_pgt_entry_port_set(struct mlxsw_sp *mlxsw_sp, u16 mid,
1501 int mlxsw_sp_pgt_init(struct mlxsw_sp *mlxsw_sp);
1502 void mlxsw_sp_pgt_fini(struct mlxsw_sp *mlxsw_sp);
1505 struct mlxsw_sp_port_range {
1511 int mlxsw_sp_port_range_reg_get(struct mlxsw_sp *mlxsw_sp,
1512 const struct mlxsw_sp_port_range *range,
1513 struct netlink_ext_ack *extack,
1515 void mlxsw_sp_port_range_reg_put(struct mlxsw_sp *mlxsw_sp, u8 prr_index);
1516 int mlxsw_sp_port_range_init(struct mlxsw_sp *mlxsw_sp);
1517 void mlxsw_sp_port_range_fini(struct mlxsw_sp *mlxsw_sp);