]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/dsa/dsa_priv.h
net: dsa: add MDB notifier
[mirror_ubuntu-bionic-kernel.git] / net / dsa / dsa_priv.h
CommitLineData
91da11f8
LB
1/*
2 * net/dsa/dsa_priv.h - Hardware switch handling
e84665c9 3 * Copyright (c) 2008-2009 Marvell Semiconductor
91da11f8
LB
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 */
10
11#ifndef __DSA_PRIV_H
12#define __DSA_PRIV_H
13
91da11f8 14#include <linux/phy.h>
5075314e 15#include <linux/netdevice.h>
04ff53f9 16#include <linux/netpoll.h>
ea5dd34b 17#include <net/dsa.h>
5075314e 18
52c96f9d 19enum {
1faabf74 20 DSA_NOTIFIER_AGEING_TIME,
52c96f9d
VD
21 DSA_NOTIFIER_BRIDGE_JOIN,
22 DSA_NOTIFIER_BRIDGE_LEAVE,
685fb6a4
VD
23 DSA_NOTIFIER_FDB_ADD,
24 DSA_NOTIFIER_FDB_DEL,
8ae5bcdc
VD
25 DSA_NOTIFIER_MDB_ADD,
26 DSA_NOTIFIER_MDB_DEL,
52c96f9d
VD
27};
28
1faabf74
VD
29/* DSA_NOTIFIER_AGEING_TIME */
30struct dsa_notifier_ageing_time_info {
31 struct switchdev_trans *trans;
32 unsigned int ageing_time;
33 int sw_index;
34};
35
52c96f9d
VD
36/* DSA_NOTIFIER_BRIDGE_* */
37struct dsa_notifier_bridge_info {
38 struct net_device *br;
39 int sw_index;
40 int port;
41};
42
685fb6a4
VD
43/* DSA_NOTIFIER_FDB_* */
44struct dsa_notifier_fdb_info {
45 const struct switchdev_obj_port_fdb *fdb;
46 struct switchdev_trans *trans;
47 int sw_index;
48 int port;
49};
50
8ae5bcdc
VD
51/* DSA_NOTIFIER_MDB_* */
52struct dsa_notifier_mdb_info {
53 const struct switchdev_obj_port_mdb *mdb;
54 struct switchdev_trans *trans;
55 int sw_index;
56 int port;
57};
58
5075314e 59struct dsa_device_ops {
4ed70ce9 60 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
a86d8bec
FF
61 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev,
62 struct packet_type *pt,
63 struct net_device *orig_dev);
5075314e 64};
91da11f8 65
91da11f8 66struct dsa_slave_priv {
4ed70ce9 67 struct sk_buff * (*xmit)(struct sk_buff *skb,
5075314e 68 struct net_device *dev);
e84665c9 69
afdcf151
VD
70 /* DSA port data, such as switch, port index, etc. */
71 struct dsa_port *dp;
e84665c9
LB
72
73 /*
74 * The phylib phy_device pointer for the PHY connected
75 * to this port.
76 */
91da11f8 77 struct phy_device *phy;
0d8bcdd3
FF
78 phy_interface_t phy_interface;
79 int old_link;
80 int old_pause;
81 int old_duplex;
b73adef6 82
04ff53f9
FF
83#ifdef CONFIG_NET_POLL_CONTROLLER
84 struct netpoll *netpoll;
85#endif
f50f2127
FF
86
87 /* TC context */
88 struct list_head mall_tc_list;
91da11f8
LB
89};
90
91da11f8 91/* dsa.c */
9b8e895c 92int dsa_cpu_dsa_setup(struct dsa_switch *ds, struct device *dev,
293784a8
FF
93 struct dsa_port *dport, int port);
94void dsa_cpu_dsa_destroy(struct dsa_port *dport);
39a7f2a4 95const struct dsa_device_ops *dsa_resolve_tag_protocol(int tag_protocol);
0c73c523
FF
96int dsa_cpu_port_ethtool_setup(struct dsa_switch *ds);
97void dsa_cpu_port_ethtool_restore(struct dsa_switch *ds);
91da11f8 98
a6a71f19
VD
99/* legacy.c */
100int dsa_legacy_register(void);
101void dsa_legacy_unregister(void);
102
a40c175b
VD
103/* port.c */
104int dsa_port_set_state(struct dsa_port *dp, u8 state,
105 struct switchdev_trans *trans);
106void dsa_port_set_state_now(struct dsa_port *dp, u8 state);
cfbed329
VD
107int dsa_port_bridge_join(struct dsa_port *dp, struct net_device *br);
108void dsa_port_bridge_leave(struct dsa_port *dp, struct net_device *br);
4d61d304
VD
109int dsa_port_vlan_filtering(struct dsa_port *dp, bool vlan_filtering,
110 struct switchdev_trans *trans);
d87bd94e
VD
111int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock,
112 struct switchdev_trans *trans);
d1cffff0
VD
113int dsa_port_fdb_add(struct dsa_port *dp,
114 const struct switchdev_obj_port_fdb *fdb,
115 struct switchdev_trans *trans);
116int dsa_port_fdb_del(struct dsa_port *dp,
117 const struct switchdev_obj_port_fdb *fdb);
118int dsa_port_fdb_dump(struct dsa_port *dp, struct switchdev_obj_port_fdb *fdb,
119 switchdev_obj_dump_cb_t *cb);
3a9afea3
VD
120int dsa_port_mdb_add(struct dsa_port *dp,
121 const struct switchdev_obj_port_mdb *mdb,
122 struct switchdev_trans *trans);
123int dsa_port_mdb_del(struct dsa_port *dp,
124 const struct switchdev_obj_port_mdb *mdb);
125int dsa_port_mdb_dump(struct dsa_port *dp, struct switchdev_obj_port_mdb *mdb,
126 switchdev_obj_dump_cb_t *cb);
076e7133
VD
127int dsa_port_vlan_add(struct dsa_port *dp,
128 const struct switchdev_obj_port_vlan *vlan,
129 struct switchdev_trans *trans);
130int dsa_port_vlan_del(struct dsa_port *dp,
131 const struct switchdev_obj_port_vlan *vlan);
132int dsa_port_vlan_dump(struct dsa_port *dp,
133 struct switchdev_obj_port_vlan *vlan,
134 switchdev_obj_dump_cb_t *cb);
a40c175b 135
91da11f8 136/* slave.c */
5075314e 137extern const struct dsa_device_ops notag_netdev_ops;
91da11f8 138void dsa_slave_mii_bus_init(struct dsa_switch *ds);
af42192c 139void dsa_cpu_port_ethtool_init(struct ethtool_ops *ops);
d87d6f44 140int dsa_slave_create(struct dsa_switch *ds, struct device *parent,
83c0afae 141 int port, const char *name);
cda5c15b 142void dsa_slave_destroy(struct net_device *slave_dev);
24462549
FF
143int dsa_slave_suspend(struct net_device *slave_dev);
144int dsa_slave_resume(struct net_device *slave_dev);
88e4f0ca
VD
145int dsa_slave_register_notifier(void);
146void dsa_slave_unregister_notifier(void);
91da11f8 147
f515f192
VD
148/* switch.c */
149int dsa_switch_register_notifier(struct dsa_switch *ds);
150void dsa_switch_unregister_notifier(struct dsa_switch *ds);
151
eb7b7211
AL
152/* tag_brcm.c */
153extern const struct dsa_device_ops brcm_netdev_ops;
154
cf85d08f 155/* tag_dsa.c */
3e8a72d1 156extern const struct dsa_device_ops dsa_netdev_ops;
cf85d08f 157
91da11f8 158/* tag_edsa.c */
3e8a72d1 159extern const struct dsa_device_ops edsa_netdev_ops;
91da11f8 160
eb7b7211
AL
161/* tag_lan9303.c */
162extern const struct dsa_device_ops lan9303_netdev_ops;
396138f0 163
eb7b7211
AL
164/* tag_mtk.c */
165extern const struct dsa_device_ops mtk_netdev_ops;
5037d532 166
cafdc45c
JC
167/* tag_qca.c */
168extern const struct dsa_device_ops qca_netdev_ops;
91da11f8 169
eb7b7211
AL
170/* tag_trailer.c */
171extern const struct dsa_device_ops trailer_netdev_ops;
e8fe177a 172
91da11f8 173#endif