Searched refs:smc_local (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/smsc/ |
D | smc91x.c | 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() 541 struct smc_local *lp = netdev_priv(dev); 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() [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() 1053 memset(netdev_priv(dev), 0, sizeof(struct smc_local)); in smc_open() 1108 ((struct smc_local *)netdev_priv(dev))->saved_skb = NULL; in smc_timeout() 1248 struct smc_local *lp = netdev_priv(dev); in smc_tx() 1313 struct smc_local *lp = netdev_priv(dev); in smc_interrupt()
|
D | smc91x.h | 227 struct smc_local { struct 299 smc_pxa_dma_inpump(struct smc_local *lp, u_char *buf, int len) in smc_pxa_dma_inpump() argument 325 smc_pxa_dma_insl(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insl() 368 smc_pxa_dma_insw(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insw()
|