Searched defs:greth (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/aeroflex/
H A Dgreth.c47 #include "greth.h"
121 static inline void greth_enable_tx(struct greth_private *greth) argument
124 GRETH_REGORIN(greth->regs->control, GRETH_TXEN);
127 static inline void greth_disable_tx(struct greth_private *greth) argument
129 GRETH_REGANDIN(greth->regs->control, ~GRETH_TXEN);
132 static inline void greth_enable_rx(struct greth_private *greth) argument
135 GRETH_REGORIN(greth->regs->control, GRETH_RXEN);
138 static inline void greth_disable_rx(struct greth_private *greth) argument
140 GRETH_REGANDIN(greth->regs->control, ~GRETH_RXEN);
143 static inline void greth_enable_irqs(struct greth_private *greth) argument
148 greth_disable_irqs(struct greth_private *greth) argument
163 greth_clean_rings(struct greth_private *greth) argument
230 greth_init_rings(struct greth_private *greth) argument
338 struct greth_private *greth = netdev_priv(dev); local
373 struct greth_private *greth = netdev_priv(dev); local
393 struct greth_private *greth = netdev_priv(dev); local
455 struct greth_private *greth = netdev_priv(dev); local
582 struct greth_private *greth; local
617 struct greth_private *greth; local
672 struct greth_private *greth; local
731 struct greth_private *greth; local
846 struct greth_private *greth; local
962 struct greth_private *greth; local
1013 struct greth_private *greth; local
1038 struct greth_private *greth = netdev_priv(dev); local
1057 struct greth_private *greth = netdev_priv(dev); local
1090 struct greth_private *greth = netdev_priv(dev); local
1096 struct greth_private *greth = netdev_priv(dev); local
1101 struct greth_private *greth = netdev_priv(dev); local
1112 struct greth_private *greth = netdev_priv(dev); local
1128 struct greth_private *greth = netdev_priv(dev); local
1141 struct greth_private *greth = netdev_priv(dev); local
1168 wait_for_mdio(struct greth_private *greth) argument
1180 struct greth_private *greth = bus->priv; local
1202 struct greth_private *greth = bus->priv; local
1223 struct greth_private *greth = netdev_priv(dev); local
1276 struct greth_private *greth = netdev_priv(dev); local
1323 greth_mdio_init(struct greth_private *greth) argument
1382 struct greth_private *greth; local
1582 struct greth_private *greth = netdev_priv(ndev); local
[all...]

Completed in 61 milliseconds