Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Detherh.c64 struct etherh_priv { struct
116 #define etherh_priv(dev) \ macro
117 ((struct etherh_priv *)(((char *)netdev_priv(dev)) + sizeof(struct ei_device)))
119 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned char mask) in etherh_set_ctrl()
126 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned char mask) in etherh_clr_ctrl()
133 static inline unsigned int etherh_get_stat(struct etherh_priv *eh) in etherh_get_stat()
143 struct etherh_priv *eh = ec->irq_data; in etherh_irq_enable()
150 struct etherh_priv *eh = ec->irq_data; in etherh_irq_disable()
173 switch (etherh_priv(dev)->id) { in etherh_setif()
191 etherh_clr_ctrl(etherh_priv(de in etherh_setif()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Detherh.c64 struct etherh_priv { struct
116 #define etherh_priv(dev) \ macro
117 ((struct etherh_priv *)(((char *)netdev_priv(dev)) + sizeof(struct ei_device)))
119 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned char mask) in etherh_set_ctrl()
126 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned char mask) in etherh_clr_ctrl()
133 static inline unsigned int etherh_get_stat(struct etherh_priv *eh) in etherh_get_stat()
143 struct etherh_priv *eh = ec->irq_data; in etherh_irq_enable()
150 struct etherh_priv *eh = ec->irq_data; in etherh_irq_disable()
173 switch (etherh_priv(dev)->id) { in etherh_setif()
191 etherh_clr_ctrl(etherh_priv(de in etherh_setif()
[all...]

Completed in 2 milliseconds