Searched refs:etherh_priv (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Detherh.c72 struct etherh_priv { struct
124 #define etherh_priv(dev) \ macro
125 ((struct etherh_priv *)(((char *)netdev_priv(dev)) + sizeof(struct ei_device)))
127 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned char mask)
134 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned char mask)
141 static inline unsigned int etherh_get_stat(struct etherh_priv *eh)
151 struct etherh_priv *eh = ec->irq_data;
158 struct etherh_priv *eh = ec->irq_data;
181 switch (etherh_priv(dev)->id) {
199 etherh_clr_ctrl(etherh_priv(de
[all...]

Completed in 54 milliseconds