Lines Matching refs:smc_local
252 struct smc_local *lp = netdev_priv(dev); in smc_reset()
346 struct smc_local *lp = netdev_priv(dev); in smc_enable()
380 struct smc_local *lp = netdev_priv(dev); in smc_shutdown()
413 struct smc_local *lp = netdev_priv(dev); in smc_rcv()
554 struct smc_local *lp = netdev_priv(dev); in smc_hardware_send_pkt()
643 struct smc_local *lp = netdev_priv(dev); in smc_hard_start_xmit()
716 struct smc_local *lp = netdev_priv(dev); in smc_tx()
774 struct smc_local *lp = netdev_priv(dev); in smc_mii_out()
796 struct smc_local *lp = netdev_priv(dev); in smc_mii_in()
821 struct smc_local *lp = netdev_priv(dev); in smc_phy_read()
852 struct smc_local *lp = netdev_priv(dev); in smc_phy_write()
877 struct smc_local *lp = netdev_priv(dev); in smc_phy_detect()
914 struct smc_local *lp = netdev_priv(dev); in smc_phy_fixed()
964 struct smc_local *lp = netdev_priv(dev); in smc_phy_reset()
991 struct smc_local *lp = netdev_priv(dev); in smc_phy_powerdown()
1017 struct smc_local *lp = netdev_priv(dev); in smc_phy_check_media()
1044 struct smc_local *lp = in smc_phy_configure()
1045 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1148 struct smc_local *lp = netdev_priv(dev); in smc_phy_interrupt()
1171 struct smc_local *lp = netdev_priv(dev); in smc_10bt_check_media()
1195 struct smc_local *lp = netdev_priv(dev); in smc_eph_interrupt()
1215 struct smc_local *lp = netdev_priv(dev); in smc_interrupt()
1338 struct smc_local *lp = netdev_priv(dev); in smc_timeout()
1380 struct smc_local *lp = netdev_priv(dev); in smc_set_multicast_list()
1476 struct smc_local *lp = netdev_priv(dev); in smc_open()
1520 struct smc_local *lp = netdev_priv(dev); in smc_close()
1541 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_get_link_ksettings()
1573 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_set_link_ksettings()
1611 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_nwayreset()
1625 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_getmsglevel()
1631 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_setmsglevel()
1638 struct smc_local *lp = netdev_priv(dev); in smc_write_eeprom_word()
1666 struct smc_local *lp = netdev_priv(dev); in smc_read_eeprom_word()
1785 static int smc_findirq(struct smc_local *lp) in smc_findirq()
1862 struct smc_local *lp = netdev_priv(dev); in smc_probe()
2071 struct smc_local *lp = netdev_priv(ndev); in smc_enable_device()
2135 struct smc_local *lp __maybe_unused = netdev_priv(ndev); in smc_request_attrib()
2150 struct smc_local *lp __maybe_unused = netdev_priv(ndev); in smc_release_attrib()
2160 struct smc_local *lp = netdev_priv(ndev); in smc_request_datacs()
2178 struct smc_local *lp = netdev_priv(ndev); in smc_release_datacs()
2246 struct smc_local *lp; in smc_drv_probe()
2254 ndev = alloc_etherdev(sizeof(struct smc_local)); in smc_drv_probe()
2389 struct smc_local *lp = netdev_priv(ndev); in smc_drv_probe()
2421 struct smc_local *lp = netdev_priv(ndev); in smc_drv_remove()
2468 struct smc_local *lp = netdev_priv(ndev); in smc_drv_resume()