Lines Matching refs:smc_local

240 	struct smc_local *lp = netdev_priv(dev);  in smc_reset()
334 struct smc_local *lp = netdev_priv(dev); in smc_enable()
368 struct smc_local *lp = netdev_priv(dev); in smc_shutdown()
400 struct smc_local *lp = netdev_priv(dev); in smc_rcv()
540 struct smc_local *lp = from_tasklet(lp, t, tx_task); in smc_hardware_send_pkt()
631 struct smc_local *lp = netdev_priv(dev); in smc_hard_start_xmit()
704 struct smc_local *lp = netdev_priv(dev); in smc_tx()
762 struct smc_local *lp = netdev_priv(dev); in smc_mii_out()
784 struct smc_local *lp = netdev_priv(dev); in smc_mii_in()
809 struct smc_local *lp = netdev_priv(dev); in smc_phy_read()
840 struct smc_local *lp = netdev_priv(dev); in smc_phy_write()
865 struct smc_local *lp = netdev_priv(dev); in smc_phy_detect()
902 struct smc_local *lp = netdev_priv(dev); in smc_phy_fixed()
952 struct smc_local *lp = netdev_priv(dev); in smc_phy_reset()
979 struct smc_local *lp = netdev_priv(dev); in smc_phy_powerdown()
1005 struct smc_local *lp = netdev_priv(dev); in smc_phy_check_media()
1032 struct smc_local *lp = in smc_phy_configure()
1033 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1135 struct smc_local *lp = netdev_priv(dev); in smc_phy_interrupt()
1158 struct smc_local *lp = netdev_priv(dev); in smc_10bt_check_media()
1182 struct smc_local *lp = netdev_priv(dev); in smc_eph_interrupt()
1202 struct smc_local *lp = netdev_priv(dev); in smc_interrupt()
1325 struct smc_local *lp = netdev_priv(dev); in smc_timeout()
1367 struct smc_local *lp = netdev_priv(dev); in smc_set_multicast_list()
1463 struct smc_local *lp = netdev_priv(dev); in smc_open()
1507 struct smc_local *lp = netdev_priv(dev); in smc_close()
1528 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_get_link_ksettings()
1560 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_set_link_ksettings()
1598 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_nwayreset()
1612 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_getmsglevel()
1618 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_setmsglevel()
1625 struct smc_local *lp = netdev_priv(dev); in smc_write_eeprom_word()
1653 struct smc_local *lp = netdev_priv(dev); in smc_read_eeprom_word()
1772 static int smc_findirq(struct smc_local *lp) in smc_findirq()
1849 struct smc_local *lp = netdev_priv(dev); in smc_probe()
2058 struct smc_local *lp = netdev_priv(ndev); in smc_enable_device()
2122 struct smc_local *lp __maybe_unused = netdev_priv(ndev); in smc_request_attrib()
2137 struct smc_local *lp __maybe_unused = netdev_priv(ndev); in smc_release_attrib()
2147 struct smc_local *lp = netdev_priv(ndev); in smc_request_datacs()
2165 struct smc_local *lp = netdev_priv(ndev); in smc_release_datacs()
2233 struct smc_local *lp; in smc_drv_probe()
2241 ndev = alloc_etherdev(sizeof(struct smc_local)); in smc_drv_probe()
2376 struct smc_local *lp = netdev_priv(ndev); in smc_drv_probe()
2408 struct smc_local *lp = netdev_priv(ndev); in smc_drv_remove()
2454 struct smc_local *lp = netdev_priv(ndev); in smc_drv_resume()