Lines Matching defs:ag

402 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type)  in ag71xx_is()
407 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr()
414 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr()
419 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb()
429 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb()
439 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable()
444 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable()
452 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_drvinfo() local
462 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_link_ksettings() local
470 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_set_link_ksettings() local
477 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_nway_reset() local
485 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_get_pauseparam() local
493 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_set_pauseparam() local
518 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_get_stats() local
553 static int ag71xx_mdio_wait_busy(struct ag71xx *ag) in ag71xx_mdio_wait_busy()
577 struct ag71xx *ag = bus->priv; in ag71xx_mdio_mii_read() local
606 struct ag71xx *ag = bus->priv; in ag71xx_mdio_mii_write() local
630 static int ag71xx_mdio_get_divider(struct ag71xx *ag, u32 *div) in ag71xx_mdio_get_divider()
666 struct ag71xx *ag = bus->priv; in ag71xx_mdio_reset() local
683 static int ag71xx_mdio_probe(struct ag71xx *ag) in ag71xx_mdio_probe()
749 static void ag71xx_mdio_remove(struct ag71xx *ag) in ag71xx_mdio_remove()
756 static void ag71xx_hw_stop(struct ag71xx *ag) in ag71xx_hw_stop()
764 static bool ag71xx_check_dma_stuck(struct ag71xx *ag) in ag71xx_check_dma_stuck()
789 static int ag71xx_tx_packets(struct ag71xx *ag, bool flush, int budget) in ag71xx_tx_packets()
860 static void ag71xx_dma_wait_stop(struct ag71xx *ag) in ag71xx_dma_wait_stop()
879 static void ag71xx_dma_reset(struct ag71xx *ag) in ag71xx_dma_reset()
923 static void ag71xx_hw_setup(struct ag71xx *ag) in ag71xx_hw_setup()
949 static void ag71xx_hw_set_macaddr(struct ag71xx *ag, const unsigned char *mac) in ag71xx_hw_set_macaddr()
962 static void ag71xx_fast_reset(struct ag71xx *ag) in ag71xx_fast_reset()
997 static void ag71xx_hw_start(struct ag71xx *ag) in ag71xx_hw_start()
1011 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); in ag71xx_mac_config() local
1030 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); in ag71xx_mac_link_down() local
1041 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); in ag71xx_mac_link_up() local
1094 static int ag71xx_phylink_setup(struct ag71xx *ag) in ag71xx_phylink_setup()
1138 static void ag71xx_ring_tx_clean(struct ag71xx *ag) in ag71xx_ring_tx_clean()
1170 static void ag71xx_ring_tx_init(struct ag71xx *ag) in ag71xx_ring_tx_init()
1195 static void ag71xx_ring_rx_clean(struct ag71xx *ag) in ag71xx_ring_rx_clean()
1213 static int ag71xx_buffer_size(struct ag71xx *ag) in ag71xx_buffer_size()
1219 static bool ag71xx_fill_rx_buf(struct ag71xx *ag, struct ag71xx_buf *buf, in ag71xx_fill_rx_buf()
1240 static int ag71xx_ring_rx_init(struct ag71xx *ag) in ag71xx_ring_rx_init()
1281 static int ag71xx_ring_rx_refill(struct ag71xx *ag) in ag71xx_ring_rx_refill()
1314 static int ag71xx_rings_init(struct ag71xx *ag) in ag71xx_rings_init()
1344 static void ag71xx_rings_free(struct ag71xx *ag) in ag71xx_rings_free()
1364 static void ag71xx_rings_cleanup(struct ag71xx *ag) in ag71xx_rings_cleanup()
1373 static void ag71xx_hw_init(struct ag71xx *ag) in ag71xx_hw_init()
1390 static int ag71xx_hw_enable(struct ag71xx *ag) in ag71xx_hw_enable()
1406 static void ag71xx_hw_disable(struct ag71xx *ag) in ag71xx_hw_disable()
1421 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_open() local
1456 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_stop() local
1518 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_hard_start_xmit() local
1586 struct ag71xx *ag = from_timer(ag, t, oom_timer); in ag71xx_oom_timer_handler() local
1593 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_tx_timeout() local
1602 struct ag71xx *ag = container_of(work, struct ag71xx, in ag71xx_restart_work_func() local
1615 static int ag71xx_rx_packets(struct ag71xx *ag, int limit) in ag71xx_rx_packets()
1699 struct ag71xx *ag = container_of(napi, struct ag71xx, napi); in ag71xx_poll() local
1757 struct ag71xx *ag; in ag71xx_interrupt() local
1788 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_change_mtu() local
1819 struct ag71xx *ag; in ag71xx_probe() local
1973 struct ag71xx *ag; in ag71xx_remove() local