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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgreth.c45 #include "greth.h"
120 static inline void greth_enable_tx(struct greth_private *greth) argument
123 GRETH_REGORIN(greth->regs->control, GRETH_TXEN);
126 static inline void greth_disable_tx(struct greth_private *greth) argument
128 GRETH_REGANDIN(greth->regs->control, ~GRETH_TXEN);
131 static inline void greth_enable_rx(struct greth_private *greth) argument
134 GRETH_REGORIN(greth->regs->control, GRETH_RXEN);
137 static inline void greth_disable_rx(struct greth_private *greth) argument
139 GRETH_REGANDIN(greth->regs->control, ~GRETH_RXEN);
142 static inline void greth_enable_irqs(struct greth_private *greth) argument
147 greth_disable_irqs(struct greth_private *greth) argument
162 greth_clean_rings(struct greth_private *greth) argument
229 greth_init_rings(struct greth_private *greth) argument
337 struct greth_private *greth = netdev_priv(dev); local
370 struct greth_private *greth = netdev_priv(dev); local
388 struct greth_private *greth = netdev_priv(dev); local
451 struct greth_private *greth = netdev_priv(dev); local
572 struct greth_private *greth; local
605 struct greth_private *greth; local
657 struct greth_private *greth; local
710 greth_pending_packets(struct greth_private *greth) argument
724 struct greth_private *greth; local
833 struct greth_private *greth; local
933 struct greth_private *greth; local
967 struct greth_private *greth; local
993 struct greth_private *greth = netdev_priv(dev); local
1012 struct greth_private *greth = netdev_priv(dev); local
1045 struct greth_private *greth = netdev_priv(dev); local
1051 struct greth_private *greth = netdev_priv(dev); local
1056 struct greth_private *greth = netdev_priv(dev); local
1067 struct greth_private *greth = netdev_priv(dev); local
1083 struct greth_private *greth = netdev_priv(dev); local
1096 struct greth_private *greth = netdev_priv(dev); local
1106 struct greth_private *greth = netdev_priv(dev); local
1112 struct greth_private *greth = netdev_priv(dev); local
1162 wait_for_mdio(struct greth_private *greth) argument
1174 struct greth_private *greth = bus->priv; local
1196 struct greth_private *greth = bus->priv; local
1217 struct greth_private *greth = netdev_priv(dev); local
1273 struct greth_private *greth = netdev_priv(dev); local
1320 greth_mdio_init(struct greth_private *greth) argument
1379 struct greth_private *greth; local
1578 struct greth_private *greth = netdev_priv(ndev); local
[all...]
H A DMakefile261 obj-$(CONFIG_GRETH) += greth.o

Completed in 87 milliseconds