Searched defs:lan78xx_priv (Results 1 – 1 of 1) sorted by relevance
353 struct lan78xx_priv { struct354 struct lan78xx_net *dev;355 u32 rfe_ctl;356 u32 mchash_table[DP_SEL_VHF_HASH_LEN]; /* multicast hash table */357 u32 pfilter_table[NUM_OF_MAF][2]; /* perfect filter table */358 u32 vlan_table[DP_SEL_VHF_VLAN_LEN];359 struct mutex dataport_mutex; /* for dataport access */360 spinlock_t rfe_ctl_lock; /* for rfe register access */361 struct work_struct set_multicast;362 struct work_struct set_vlan;[all …]