Searched defs:dsa_switchdev_event_work (Results 1 – 2 of 2) sorted by relevance
34 struct dsa_switchdev_event_work { struct35 struct net_device *dev;36 struct net_device *orig_dev;37 struct work_struct work;38 unsigned long event;42 unsigned char addr[ETH_ALEN];43 u16 vid;44 bool host_addr;
2053 struct dsa_switchdev_event_work { struct2062 struct dsa_switchdev_event_work *switchdev_work = in dsa_slave_switchdev_event_work() argument