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