Searched refs:smc911x_local (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/smsc/ |
D | smc911x.c | 175 struct smc911x_local *lp = netdev_priv(dev); in smc911x_reset() 269 struct smc911x_local *lp = netdev_priv(dev); in smc911x_enable() 326 struct smc911x_local *lp = netdev_priv(dev); in smc911x_shutdown() 346 struct smc911x_local *lp = netdev_priv(dev); in smc911x_drop_pkt() 378 struct smc911x_local *lp = netdev_priv(dev); in smc911x_rcv() 454 struct smc911x_local *lp = netdev_priv(dev); in smc911x_hardware_send_pkt() 516 struct smc911x_local *lp = netdev_priv(dev); in smc911x_hard_start_xmit() 589 struct smc911x_local *lp = netdev_priv(dev); in smc911x_tx() 637 struct smc911x_local *lp = netdev_priv(dev); in smc911x_phy_read() 654 struct smc911x_local *lp = netdev_priv(dev); in smc911x_phy_write() [all …]
|
D | smc911x.h | 67 struct smc911x_local { struct 123 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() argument 136 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, in SMC_outl() 155 static inline void SMC_insl(struct smc911x_local *lp, int reg, in SMC_insl() 173 static inline void SMC_outsl(struct smc911x_local *lp, int reg, in SMC_outsl() 248 smc_pxa_dma_insl(struct smc911x_local *lp, u_long physaddr, in smc_pxa_dma_insl() 276 smc_pxa_dma_outsl(struct smc911x_local *lp, u_long physaddr, in smc_pxa_dma_outsl()
|