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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Detherh.c74 struct etherh_priv { struct
126 #define etherh_priv(dev) \ macro
127 ((struct etherh_priv *)(((char *)netdev_priv(dev)) + sizeof(struct ei_device)))
129 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned char mask)
136 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned char mask)
143 static inline unsigned int etherh_get_stat(struct etherh_priv *eh)
153 struct etherh_priv *eh = ec->irq_data;
160 struct etherh_priv *eh = ec->irq_data;
183 switch (etherh_priv(dev)->id) {
201 etherh_clr_ctrl(etherh_priv(de
[all...]

Completed in 35 milliseconds