Lines Matching refs:smc_local

244 	struct smc_local *lp = netdev_priv(dev);  in smc_reset()
338 struct smc_local *lp = netdev_priv(dev); in smc_enable()
372 struct smc_local *lp = netdev_priv(dev); in smc_shutdown()
405 struct smc_local *lp = netdev_priv(dev); in smc_rcv()
549 struct smc_local *lp = netdev_priv(dev); in smc_hardware_send_pkt()
637 struct smc_local *lp = netdev_priv(dev); in smc_hard_start_xmit()
710 struct smc_local *lp = netdev_priv(dev); in smc_tx()
770 struct smc_local *lp = netdev_priv(dev); in smc_mii_out()
792 struct smc_local *lp = netdev_priv(dev); in smc_mii_in()
817 struct smc_local *lp = netdev_priv(dev); in smc_phy_read()
848 struct smc_local *lp = netdev_priv(dev); in smc_phy_write()
873 struct smc_local *lp = netdev_priv(dev); in smc_phy_detect()
910 struct smc_local *lp = netdev_priv(dev); in smc_phy_fixed()
960 struct smc_local *lp = netdev_priv(dev); in smc_phy_reset()
987 struct smc_local *lp = netdev_priv(dev); in smc_phy_powerdown()
1013 struct smc_local *lp = netdev_priv(dev); in smc_phy_check_media()
1040 struct smc_local *lp = in smc_phy_configure()
1041 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1144 struct smc_local *lp = netdev_priv(dev); in smc_phy_interrupt()
1167 struct smc_local *lp = netdev_priv(dev); in smc_10bt_check_media()
1191 struct smc_local *lp = netdev_priv(dev); in smc_eph_interrupt()
1211 struct smc_local *lp = netdev_priv(dev); in smc_interrupt()
1334 struct smc_local *lp = netdev_priv(dev); in smc_timeout()
1377 struct smc_local *lp = netdev_priv(dev); in smc_set_multicast_list()
1478 struct smc_local *lp = netdev_priv(dev); in smc_open()
1532 struct smc_local *lp = netdev_priv(dev); in smc_close()
1552 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_getsettings()
1586 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_setsettings()
1622 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_nwayreset()
1636 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_getmsglevel()
1642 struct smc_local *lp = netdev_priv(dev); in smc_ethtool_setmsglevel()
1649 struct smc_local *lp = netdev_priv(dev); in smc_write_eeprom_word()
1677 struct smc_local *lp = netdev_priv(dev); in smc_read_eeprom_word()
1797 static int __devinit smc_findirq(struct smc_local *lp) in smc_findirq()
1874 struct smc_local *lp = netdev_priv(dev); in smc_probe()
2089 struct smc_local *lp = netdev_priv(ndev); in smc_enable_device()
2153 struct smc_local *lp __maybe_unused = netdev_priv(ndev); in smc_request_attrib()
2168 struct smc_local *lp __maybe_unused = netdev_priv(ndev); in smc_release_attrib()
2178 struct smc_local *lp = netdev_priv(ndev); in smc_request_datacs()
2195 struct smc_local *lp = netdev_priv(ndev); in smc_release_datacs()
2222 struct smc_local *lp; in smc_drv_probe()
2229 ndev = alloc_etherdev(sizeof(struct smc_local)); in smc_drv_probe()
2304 struct smc_local *lp = netdev_priv(ndev); in smc_drv_probe()
2336 struct smc_local *lp = netdev_priv(ndev); in smc_drv_remove()
2385 struct smc_local *lp = netdev_priv(ndev); in smc_drv_resume()