Searched refs:smc_local (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc91x.c | 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() 642 struct smc_local *lp = netdev_priv(dev); in smc_hard_start_xmit() 715 struct smc_local *lp = netdev_priv(dev); in smc_tx() 773 struct smc_local *lp = netdev_priv(dev); in smc_mii_out() 795 struct smc_local *lp = netdev_priv(dev); in smc_mii_in() 820 struct smc_local *lp = netdev_priv(dev); in smc_phy_read() [all …]
|
D | smc9194.c | 176 struct smc_local { struct 470 struct smc_local *lp = netdev_priv(dev); in smc_wait_to_send_packet() 580 struct smc_local *lp = netdev_priv(dev); in smc_hardware_send_packet() 692 struct net_device *dev = alloc_etherdev(sizeof(struct smc_local)); in smc_init() 1054 memset(netdev_priv(dev), 0, sizeof(struct smc_local)); in smc_open() 1109 ((struct smc_local *)netdev_priv(dev))->saved_skb = NULL; in smc_timeout() 1249 struct smc_local *lp = netdev_priv(dev); in smc_tx() 1314 struct smc_local *lp = netdev_priv(dev); in smc_interrupt()
|
D | smc91x.h | 206 struct smc_local { struct 277 smc_pxa_dma_inpump(struct smc_local *lp, u_char *buf, int len) in smc_pxa_dma_inpump() argument 303 smc_pxa_dma_insl(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insl() 346 smc_pxa_dma_insw(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insw()
|