Searched refs:smc_local (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | smc91x.c | 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() [all …]
|
D | smc9194.c | 191 struct smc_local { struct 490 struct smc_local *lp = netdev_priv(dev); in smc_wait_to_send_packet() 600 struct smc_local *lp = netdev_priv(dev); in smc_hardware_send_packet() 716 struct net_device *dev = alloc_etherdev(sizeof(struct smc_local)); in smc_init() 1111 memset(netdev_priv(dev), 0, sizeof(struct smc_local)); in smc_open() 1167 ((struct smc_local *)netdev_priv(dev))->saved_skb = NULL; in smc_timeout() 1309 struct smc_local *lp = netdev_priv(dev); in smc_tx() 1375 struct smc_local *lp = netdev_priv(dev); in smc_interrupt()
|
D | smc91x.h | 307 struct smc_local { struct 374 smc_pxa_dma_insl(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insl() argument 413 smc_pxa_dma_insw(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insw()
|