Lines Matching defs:smc_local
197 struct smc_local { struct
203 struct sk_buff *pending_tx_skb;
204 struct tasklet_struct tx_task;
206 struct gpio_desc *power_gpio;
207 struct gpio_desc *reset_gpio;
210 int version;
213 int tcr_cur_mode;
216 int rcr_cur_mode;
219 int rpc_cur_mode;
220 int ctl_rfduplx;
221 int ctl_rspeed;
223 u32 msg_enable;
224 u32 phy_type;
225 struct mii_if_info mii;
228 struct work_struct phy_configure;
229 struct net_device *dev;
230 int work_pending;
232 spinlock_t lock;
236 u_long physaddr;
237 struct device *device;
239 struct dma_chan *dma_chan;
240 void __iomem *base;
241 void __iomem *datacs;
244 int io_shift;
269 smc_pxa_dma_inpump(struct smc_local *lp, u_char *buf, int len) in smc_pxa_dma_inpump() argument