Searched refs:ag71xx (Results 1 - 8 of 8) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A DMakefile5 ag71xx-y += ag71xx_main.o
6 ag71xx-y += ag71xx_ethtool.o
7 ag71xx-y += ag71xx_phy.o
8 ag71xx-y += ag71xx_mdio.o
9 ag71xx-y += ag71xx_ar7240.o
11 ag71xx-$(CONFIG_AG71XX_DEBUG_FS) += ag71xx_debugfs.o
12 ag71xx-$(CONFIG_AG71XX_AR8216_SUPPORT) += ag71xx_ar8216.o
14 obj-$(CONFIG_AG71XX) += ag71xx.o
H A Dag71xx_ar8216.c14 #include "ag71xx.h"
21 void ag71xx_add_ar8216_header(struct ag71xx *ag, struct sk_buff *skb)
28 int ag71xx_remove_ar8216_header(struct ag71xx *ag, struct sk_buff *skb,
H A Dag71xx.h42 #define AG71XX_DRV_NAME "ag71xx"
148 struct ag71xx { struct
185 void ag71xx_link_adjust(struct ag71xx *ag);
190 int ag71xx_phy_connect(struct ag71xx *ag);
191 void ag71xx_phy_disconnect(struct ag71xx *ag);
192 void ag71xx_phy_start(struct ag71xx *ag);
193 void ag71xx_phy_stop(struct ag71xx *ag);
195 static inline struct ag71xx_platform_data *ag71xx_get_pdata(struct ag71xx *ag)
354 static inline void ag71xx_check_reg_offset(struct ag71xx *ag, unsigned reg)
367 static inline void ag71xx_wr(struct ag71xx *a
[all...]
H A Dag71xx_ethtool.c15 #include "ag71xx.h"
20 struct ag71xx *ag = netdev_priv(dev);
32 struct ag71xx *ag = netdev_priv(dev);
44 struct ag71xx *ag = netdev_priv(dev);
53 struct ag71xx *ag = netdev_priv(dev);
60 struct ag71xx *ag = netdev_priv(dev);
68 struct ag71xx *ag = netdev_priv(dev);
100 struct ag71xx *ag = netdev_priv(dev);
145 struct ag71xx *ag = netdev_priv(netdev);
H A Dag71xx_phy.c14 #include "ag71xx.h"
18 struct ag71xx *ag = netdev_priv(dev);
45 void ag71xx_phy_start(struct ag71xx *ag)
59 void ag71xx_phy_stop(struct ag71xx *ag)
77 static int ag71xx_phy_connect_fixed(struct ag71xx *ag)
103 static int ag71xx_phy_connect_multi(struct ag71xx *ag)
196 int __devinit ag71xx_phy_connect(struct ag71xx *ag)
227 void ag71xx_phy_disconnect(struct ag71xx *ag)
H A Dag71xx_debugfs.c16 #include "ag71xx.h"
26 void ag71xx_debugfs_update_int_stats(struct ag71xx *ag, u32 status)
51 struct ag71xx *ag = file->private_data;
74 void ag71xx_debugfs_update_napi_stats(struct ag71xx *ag, int rx, int tx)
100 struct ag71xx *ag = file->private_data;
156 struct ag71xx *ag,
213 struct ag71xx *ag = file->private_data;
228 struct ag71xx *ag = file->private_data;
240 void ag71xx_debugfs_exit(struct ag71xx *ag)
245 int ag71xx_debugfs_init(struct ag71xx *a
[all...]
H A Dag71xx_main.c15 #include "ag71xx.h"
36 static void ag71xx_dump_dma_regs(struct ag71xx *ag)
51 static void ag71xx_dump_regs(struct ag71xx *ag)
77 static inline void ag71xx_dump_intr(struct ag71xx *ag, char *label, u32 intr)
104 DBG("ag71xx: ring %p, desc size %u rounded to %u\n",
125 DBG("ag71xx: ring %p, desc %d at %p\n",
132 static void ag71xx_ring_tx_clean(struct ag71xx *ag)
179 static void ag71xx_ring_tx_init(struct ag71xx *ag)
203 static void ag71xx_ring_rx_clean(struct ag71xx *ag)
226 static int ag71xx_ring_rx_init(struct ag71xx *a
[all...]
H A Dag71xx_ar7240.c20 #include "ag71xx.h"
1130 static struct ar7240sw *ar7240_probe(struct ag71xx *ag)
1217 struct ag71xx *ag = container_of(work, struct ag71xx, link_work.work);
1248 void ag71xx_ar7240_start(struct ag71xx *ag)
1263 void ag71xx_ar7240_stop(struct ag71xx *ag)
1268 int __devinit ag71xx_ar7240_init(struct ag71xx *ag)
1285 void ag71xx_ar7240_cleanup(struct ag71xx *ag)

Completed in 39 milliseconds