• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/

Lines Matching refs:ag71xx

15 #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 *ag)
266 static int ag71xx_rings_init(struct ag71xx *ag)
284 static void ag71xx_rings_cleanup(struct ag71xx *ag)
294 static unsigned char *ag71xx_speed_str(struct ag71xx *ag)
308 static void ag71xx_hw_set_macaddr(struct ag71xx *ag, unsigned char *mac)
321 static void ag71xx_dma_reset(struct ag71xx *ag)
388 static void ag71xx_hw_stop(struct ag71xx *ag)
396 static void ag71xx_hw_setup(struct ag71xx *ag)
425 static void ag71xx_hw_init(struct ag71xx *ag)
457 static void ag71xx_fast_reset(struct ag71xx *ag)
486 static void ag71xx_hw_start(struct ag71xx *ag)
495 void ag71xx_link_adjust(struct ag71xx *ag)
582 struct ag71xx *ag = netdev_priv(dev);
631 struct ag71xx *ag = netdev_priv(dev);
658 struct ag71xx *ag = netdev_priv(dev);
731 struct ag71xx *ag = netdev_priv(dev);
774 struct ag71xx *ag = netdev_priv(dev);
781 struct ag71xx *ag = netdev_priv(dev);
791 struct ag71xx *ag = container_of(work, struct ag71xx, restart_work);
803 static bool ag71xx_check_dma_stuck(struct ag71xx *ag, unsigned long timestamp)
826 static int ag71xx_tx_packets(struct ag71xx *ag, struct net_device *dev)
893 static int ag71xx_rx_packets(struct ag71xx *ag, struct net_device *dev, int limit)
1020 struct ag71xx *ag = container_of(napi, struct ag71xx, napi);
1077 struct ag71xx *ag = netdev_priv(dev);
1247 struct ag71xx *ag;
1385 struct ag71xx *ag = netdev_priv(dev);
1401 {.compatible = "qcom,ag71xx-eth"},