Lines Matching refs:greth_private

120 static inline void greth_enable_tx(struct greth_private *greth)  in greth_enable_tx()
126 static inline void greth_enable_tx_and_irq(struct greth_private *greth) in greth_enable_tx_and_irq()
132 static inline void greth_disable_tx(struct greth_private *greth) in greth_disable_tx()
137 static inline void greth_enable_rx(struct greth_private *greth) in greth_enable_rx()
143 static inline void greth_disable_rx(struct greth_private *greth) in greth_disable_rx()
148 static inline void greth_enable_irqs(struct greth_private *greth) in greth_enable_irqs()
153 static inline void greth_disable_irqs(struct greth_private *greth) in greth_disable_irqs()
168 static void greth_clean_rings(struct greth_private *greth) in greth_clean_rings()
235 static int greth_init_rings(struct greth_private *greth) in greth_init_rings()
343 struct greth_private *greth = netdev_priv(dev); in greth_open()
378 struct greth_private *greth = netdev_priv(dev); in greth_close()
398 struct greth_private *greth = netdev_priv(dev); in greth_start_xmit()
467 struct greth_private *greth = netdev_priv(dev); in greth_start_xmit_gbit()
588 struct greth_private *greth; in greth_interrupt()
623 struct greth_private *greth; in greth_clean_tx()
677 struct greth_private *greth; in greth_clean_tx_gbit()
743 struct greth_private *greth; in greth_rx()
858 struct greth_private *greth; in greth_rx_gbit()
974 struct greth_private *greth; in greth_poll()
978 greth = container_of(napi, struct greth_private, napi); in greth_poll()
1022 struct greth_private *greth; in greth_set_mac_add()
1047 struct greth_private *greth = netdev_priv(dev); in greth_set_hash_filter()
1066 struct greth_private *greth = netdev_priv(dev); in greth_set_multicast_list()
1099 struct greth_private *greth = netdev_priv(dev); in greth_get_msglevel()
1105 struct greth_private *greth = netdev_priv(dev); in greth_set_msglevel()
1110 struct greth_private *greth = netdev_priv(dev); in greth_get_settings()
1121 struct greth_private *greth = netdev_priv(dev); in greth_set_settings()
1137 struct greth_private *greth = netdev_priv(dev); in greth_get_drvinfo()
1151 struct greth_private *greth = netdev_priv(dev); in greth_get_regs()
1178 static inline int wait_for_mdio(struct greth_private *greth) in wait_for_mdio()
1190 struct greth_private *greth = bus->priv; in greth_mdio_read()
1212 struct greth_private *greth = bus->priv; in greth_mdio_write()
1228 struct greth_private *greth = netdev_priv(dev); in greth_link_change()
1281 struct greth_private *greth = netdev_priv(dev); in greth_mdio_probe()
1326 static int greth_mdio_init(struct greth_private *greth) in greth_mdio_init()
1384 struct greth_private *greth; in greth_of_probe()
1392 dev = alloc_etherdev(sizeof(struct greth_private)); in greth_of_probe()
1572 struct greth_private *greth = netdev_priv(ndev); in greth_of_remove()