Searched refs:smc911x_local (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/smsc/ |
D | smc911x.c | 165 struct smc911x_local *lp = netdev_priv(dev); in smc911x_reset() 259 struct smc911x_local *lp = netdev_priv(dev); in smc911x_enable() 316 struct smc911x_local *lp = netdev_priv(dev); in smc911x_shutdown() 336 struct smc911x_local *lp = netdev_priv(dev); in smc911x_drop_pkt() 368 struct smc911x_local *lp = netdev_priv(dev); in smc911x_rcv() 444 struct smc911x_local *lp = netdev_priv(dev); in smc911x_hardware_send_pkt() 507 struct smc911x_local *lp = netdev_priv(dev); in smc911x_hard_start_xmit() 580 struct smc911x_local *lp = netdev_priv(dev); in smc911x_tx() 628 struct smc911x_local *lp = netdev_priv(dev); in smc911x_phy_read() 645 struct smc911x_local *lp = netdev_priv(dev); in smc911x_phy_write() [all …]
|
D | smc911x.h | 56 struct smc911x_local { struct 112 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() argument 125 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, in SMC_outl() 144 static inline void SMC_insl(struct smc911x_local *lp, int reg, in SMC_insl() 162 static inline void SMC_outsl(struct smc911x_local *lp, int reg, in SMC_outsl() 218 smc_pxa_dma_insl(struct smc911x_local *lp, u_long physaddr, in smc_pxa_dma_insl() 250 smc_pxa_dma_outsl(struct smc911x_local *lp, u_long physaddr, in smc_pxa_dma_outsl()
|