Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/8390/
Detherh.c67 struct etherh_priv { struct
119 #define etherh_priv(dev) \ macro
120 ((struct etherh_priv *)(((char *)netdev_priv(dev)) + sizeof(struct ei_device)))
122 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned char mask) in etherh_set_ctrl()
129 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned char mask) in etherh_clr_ctrl()
136 static inline unsigned int etherh_get_stat(struct etherh_priv *eh) in etherh_get_stat()
146 struct etherh_priv *eh = ec->irq_data; in etherh_irq_enable()
153 struct etherh_priv *eh = ec->irq_data; in etherh_irq_disable()
176 switch (etherh_priv(dev)->id) { in etherh_setif()
194 etherh_clr_ctrl(etherh_priv(dev), ETHERH_CP_IF); in etherh_setif()
[all …]