Lines Matching refs:ag71xx

348 struct ag71xx {  struct
403 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument
408 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr()
415 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr()
420 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb()
430 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb()
440 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable()
445 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable()
453 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_drvinfo()
463 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_link_ksettings()
471 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_set_link_ksettings()
478 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_nway_reset()
486 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_get_pauseparam()
494 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_set_pauseparam()
519 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_ethtool_get_stats()
554 static int ag71xx_mdio_wait_busy(struct ag71xx *ag) in ag71xx_mdio_wait_busy()
578 struct ag71xx *ag = bus->priv; in ag71xx_mdio_mii_read()
607 struct ag71xx *ag = bus->priv; in ag71xx_mdio_mii_write()
631 static int ag71xx_mdio_get_divider(struct ag71xx *ag, u32 *div) in ag71xx_mdio_get_divider()
667 struct ag71xx *ag = bus->priv; in ag71xx_mdio_reset()
684 static int ag71xx_mdio_probe(struct ag71xx *ag) in ag71xx_mdio_probe()
750 static void ag71xx_mdio_remove(struct ag71xx *ag) in ag71xx_mdio_remove()
757 static void ag71xx_hw_stop(struct ag71xx *ag) in ag71xx_hw_stop()
765 static bool ag71xx_check_dma_stuck(struct ag71xx *ag) in ag71xx_check_dma_stuck()
790 static int ag71xx_tx_packets(struct ag71xx *ag, bool flush, int budget) in ag71xx_tx_packets()
861 static void ag71xx_dma_wait_stop(struct ag71xx *ag) in ag71xx_dma_wait_stop()
880 static void ag71xx_dma_reset(struct ag71xx *ag) in ag71xx_dma_reset()
924 static void ag71xx_hw_setup(struct ag71xx *ag) in ag71xx_hw_setup()
950 static void ag71xx_hw_set_macaddr(struct ag71xx *ag, const unsigned char *mac) in ag71xx_hw_set_macaddr()
963 static void ag71xx_fast_reset(struct ag71xx *ag) in ag71xx_fast_reset()
998 static void ag71xx_hw_start(struct ag71xx *ag) in ag71xx_hw_start()
1012 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); in ag71xx_mac_config()
1031 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); in ag71xx_mac_link_down()
1042 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); in ag71xx_mac_link_up()
1095 static int ag71xx_phylink_setup(struct ag71xx *ag) in ag71xx_phylink_setup()
1139 static void ag71xx_ring_tx_clean(struct ag71xx *ag) in ag71xx_ring_tx_clean()
1171 static void ag71xx_ring_tx_init(struct ag71xx *ag) in ag71xx_ring_tx_init()
1196 static void ag71xx_ring_rx_clean(struct ag71xx *ag) in ag71xx_ring_rx_clean()
1214 static int ag71xx_buffer_size(struct ag71xx *ag) in ag71xx_buffer_size()
1220 static bool ag71xx_fill_rx_buf(struct ag71xx *ag, struct ag71xx_buf *buf, in ag71xx_fill_rx_buf()
1241 static int ag71xx_ring_rx_init(struct ag71xx *ag) in ag71xx_ring_rx_init()
1282 static int ag71xx_ring_rx_refill(struct ag71xx *ag) in ag71xx_ring_rx_refill()
1315 static int ag71xx_rings_init(struct ag71xx *ag) in ag71xx_rings_init()
1345 static void ag71xx_rings_free(struct ag71xx *ag) in ag71xx_rings_free()
1365 static void ag71xx_rings_cleanup(struct ag71xx *ag) in ag71xx_rings_cleanup()
1374 static void ag71xx_hw_init(struct ag71xx *ag) in ag71xx_hw_init()
1391 static int ag71xx_hw_enable(struct ag71xx *ag) in ag71xx_hw_enable()
1407 static void ag71xx_hw_disable(struct ag71xx *ag) in ag71xx_hw_disable()
1422 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_open()
1457 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_stop()
1519 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_hard_start_xmit()
1587 struct ag71xx *ag = from_timer(ag, t, oom_timer); in ag71xx_oom_timer_handler()
1594 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_tx_timeout()
1603 struct ag71xx *ag = container_of(work, struct ag71xx, in ag71xx_restart_work_func()
1616 static int ag71xx_rx_packets(struct ag71xx *ag, int limit) in ag71xx_rx_packets()
1700 struct ag71xx *ag = container_of(napi, struct ag71xx, napi); in ag71xx_poll()
1758 struct ag71xx *ag; in ag71xx_interrupt()
1789 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_change_mtu()
1820 struct ag71xx *ag; in ag71xx_probe()
1974 struct ag71xx *ag; in ag71xx_remove()