Lines Matching refs:greth_private

117 static inline void greth_enable_tx(struct greth_private *greth)  in greth_enable_tx()
123 static inline void greth_enable_tx_and_irq(struct greth_private *greth) in greth_enable_tx_and_irq()
129 static inline void greth_disable_tx(struct greth_private *greth) in greth_disable_tx()
134 static inline void greth_enable_rx(struct greth_private *greth) in greth_enable_rx()
140 static inline void greth_disable_rx(struct greth_private *greth) in greth_disable_rx()
145 static inline void greth_enable_irqs(struct greth_private *greth) in greth_enable_irqs()
150 static inline void greth_disable_irqs(struct greth_private *greth) in greth_disable_irqs()
165 static void greth_clean_rings(struct greth_private *greth) in greth_clean_rings()
232 static int greth_init_rings(struct greth_private *greth) in greth_init_rings()
340 struct greth_private *greth = netdev_priv(dev); in greth_open()
375 struct greth_private *greth = netdev_priv(dev); in greth_close()
395 struct greth_private *greth = netdev_priv(dev); in greth_start_xmit()
464 struct greth_private *greth = netdev_priv(dev); in greth_start_xmit_gbit()
585 struct greth_private *greth; in greth_interrupt()
619 struct greth_private *greth; in greth_clean_tx()
673 struct greth_private *greth; in greth_clean_tx_gbit()
739 struct greth_private *greth; in greth_rx()
855 struct greth_private *greth; in greth_rx_gbit()
971 struct greth_private *greth; in greth_poll()
975 greth = container_of(napi, struct greth_private, napi); in greth_poll()
1019 struct greth_private *greth; in greth_set_mac_add()
1044 struct greth_private *greth = netdev_priv(dev); in greth_set_hash_filter()
1063 struct greth_private *greth = netdev_priv(dev); in greth_set_multicast_list()
1096 struct greth_private *greth = netdev_priv(dev); in greth_get_msglevel()
1102 struct greth_private *greth = netdev_priv(dev); in greth_set_msglevel()
1113 struct greth_private *greth = netdev_priv(dev); in greth_get_drvinfo()
1123 struct greth_private *greth = netdev_priv(dev); in greth_get_regs()
1150 static inline int wait_for_mdio(struct greth_private *greth) in wait_for_mdio()
1162 struct greth_private *greth = bus->priv; in greth_mdio_read()
1184 struct greth_private *greth = bus->priv; in greth_mdio_write()
1200 struct greth_private *greth = netdev_priv(dev); in greth_link_change()
1253 struct greth_private *greth = netdev_priv(dev); in greth_mdio_probe()
1288 static int greth_mdio_init(struct greth_private *greth) in greth_mdio_init()
1343 struct greth_private *greth; in greth_of_probe()
1352 dev = alloc_etherdev(sizeof(struct greth_private)); in greth_of_probe()
1530 struct greth_private *greth = netdev_priv(ndev); in greth_of_remove()