Lines Matching refs:mt7628_eth_dev
134 struct mt7628_eth_dev { struct
159 static int mdio_wait_read(struct mt7628_eth_dev *priv, u32 mask, bool mask_set) in mdio_wait_read() argument
174 static int mii_mgr_read(struct mt7628_eth_dev *priv, in mii_mgr_read()
203 static int mii_mgr_write(struct mt7628_eth_dev *priv, in mii_mgr_write()
242 static void mt7628_ephy_init(struct mt7628_eth_dev *priv) in mt7628_ephy_init()
284 static void rt305x_esw_init(struct mt7628_eth_dev *priv) in rt305x_esw_init()
338 static void eth_dma_start(struct mt7628_eth_dev *priv) in eth_dma_start()
345 static void eth_dma_stop(struct mt7628_eth_dev *priv) in eth_dma_stop()
362 struct mt7628_eth_dev *priv = dev_get_priv(dev); in mt7628_eth_write_hwaddr()
383 struct mt7628_eth_dev *priv = dev_get_priv(dev); in mt7628_eth_send()
428 struct mt7628_eth_dev *priv = dev_get_priv(dev); in mt7628_eth_recv()
460 struct mt7628_eth_dev *priv = dev_get_priv(dev); in mt7628_eth_free_pkt()
479 struct mt7628_eth_dev *priv = dev_get_priv(dev); in mt7628_eth_start()
550 struct mt7628_eth_dev *priv = dev_get_priv(dev); in mt7628_eth_stop()
557 struct mt7628_eth_dev *priv = dev_get_priv(dev); in mt7628_eth_probe()
654 .priv_auto = sizeof(struct mt7628_eth_dev),