Searched refs:smc_local (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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() 643 struct smc_local *lp = netdev_priv(dev); in smc_hard_start_xmit() 716 struct smc_local *lp = netdev_priv(dev); in smc_tx() 774 struct smc_local *lp = netdev_priv(dev); in smc_mii_out() 796 struct smc_local *lp = netdev_priv(dev); in smc_mii_in() 821 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 | 238 struct smc_local { struct 310 smc_pxa_dma_inpump(struct smc_local *lp, u_char *buf, int len) in smc_pxa_dma_inpump() argument 336 smc_pxa_dma_insl(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insl() 379 smc_pxa_dma_insw(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insw()
|