Searched defs:ethsw_core (Results 1 – 1 of 1) sorted by relevance
61 struct ethsw_core { struct62 struct device *dev;63 struct fsl_mc_io *mc_io;64 u16 dpsw_handle;65 struct dpsw_attr sw_attr;66 u16 major, minor;67 unsigned long features;68 int dev_id;69 struct ethsw_port_priv **ports;71 u8 vlans[VLAN_VID_MASK + 1];[all …]