Searched defs:lan78xx_priv (Results 1 – 1 of 1) sorted by relevance
317 struct lan78xx_priv { struct318 struct lan78xx_net *dev;319 u32 rfe_ctl;320 u32 mchash_table[DP_SEL_VHF_HASH_LEN]; /* multicast hash table */321 u32 pfilter_table[NUM_OF_MAF][2]; /* perfect filter table */322 u32 vlan_table[DP_SEL_VHF_VLAN_LEN];323 struct mutex dataport_mutex; /* for dataport access */324 spinlock_t rfe_ctl_lock; /* for rfe register access */325 struct work_struct set_multicast;326 struct work_struct set_vlan;[all …]