Home
last modified time | relevance | path

Searched refs:dsa_device_ops (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/net/dsa/
Ddsa_priv.h87 const struct dsa_device_ops *dsa_resolve_tag_protocol(int tag_protocol);
170 extern const struct dsa_device_ops notag_netdev_ops;
199 extern const struct dsa_device_ops brcm_netdev_ops;
200 extern const struct dsa_device_ops brcm_prepend_netdev_ops;
203 extern const struct dsa_device_ops dsa_netdev_ops;
206 extern const struct dsa_device_ops edsa_netdev_ops;
209 extern const struct dsa_device_ops ksz_netdev_ops;
212 extern const struct dsa_device_ops lan9303_netdev_ops;
215 extern const struct dsa_device_ops mtk_netdev_ops;
218 extern const struct dsa_device_ops qca_netdev_ops;
[all …]
Ddsa.c37 static const struct dsa_device_ops none_ops = {
42 const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { variable
73 const struct dsa_device_ops *dsa_resolve_tag_protocol(int tag_protocol) in dsa_resolve_tag_protocol()
75 const struct dsa_device_ops *ops; in dsa_resolve_tag_protocol()
79 ops = dsa_device_ops[tag_protocol]; in dsa_resolve_tag_protocol()
Dtag_brcm.c174 const struct dsa_device_ops brcm_netdev_ops = {
196 const struct dsa_device_ops brcm_prepend_netdev_ops = {
Dtag_trailer.c84 const struct dsa_device_ops trailer_netdev_ops = {
Dtag_ksz.c99 const struct dsa_device_ops ksz_netdev_ops = {
Dtag_mtk.c108 const struct dsa_device_ops mtk_netdev_ops = {
Dtag_qca.c101 const struct dsa_device_ops qca_netdev_ops = {
Dtag_lan9303.c140 const struct dsa_device_ops lan9303_netdev_ops = {
Dtag_dsa.c149 const struct dsa_device_ops dsa_netdev_ops = {
Dtag_edsa.c168 const struct dsa_device_ops edsa_netdev_ops = {
Ddsa2.c567 const struct dsa_device_ops *tag_ops; in dsa_port_parse_cpu()
Dlegacy.c151 const struct dsa_device_ops *tag_ops; in dsa_switch_setup_one()
/Linux-v4.19/include/net/
Ddsa.h109 struct dsa_device_ops { struct
181 const struct dsa_device_ops *tag_ops;
/Linux-v4.19/net/core/
Dflow_dissector.c634 const struct dsa_device_ops *ops; in __skb_flow_dissect()