Home
last modified time | relevance | path

Searched defs:dsa_switch_driver (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/net/
Ddsa.h147 struct dsa_switch_driver { struct
148 struct list_head list;
150 __be16 tag_protocol;
151 int priv_size;
156 char *(*probe)(struct mii_bus *bus, int sw_addr);
157 int (*setup)(struct dsa_switch *ds);
181 void register_switch_driver(struct dsa_switch_driver *type); argument