Home
last modified time | relevance | path

Searched refs:smc911x_local (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/smsc/
Dsmc911x.c168 struct smc911x_local *lp = netdev_priv(dev); in smc911x_reset()
262 struct smc911x_local *lp = netdev_priv(dev); in smc911x_enable()
319 struct smc911x_local *lp = netdev_priv(dev); in smc911x_shutdown()
339 struct smc911x_local *lp = netdev_priv(dev); in smc911x_drop_pkt()
371 struct smc911x_local *lp = netdev_priv(dev); in smc911x_rcv()
447 struct smc911x_local *lp = netdev_priv(dev); in smc911x_hardware_send_pkt()
510 struct smc911x_local *lp = netdev_priv(dev); in smc911x_hard_start_xmit()
583 struct smc911x_local *lp = netdev_priv(dev); in smc911x_tx()
631 struct smc911x_local *lp = netdev_priv(dev); in smc911x_phy_read()
648 struct smc911x_local *lp = netdev_priv(dev); in smc911x_phy_write()
[all …]
Dsmc911x.h56 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()