Lines Matching defs:smc_local
238 struct smc_local { struct
244 struct sk_buff *pending_tx_skb;
245 struct tasklet_struct tx_task;
247 struct gpio_desc *power_gpio;
248 struct gpio_desc *reset_gpio;
251 int version;
254 int tcr_cur_mode;
257 int rcr_cur_mode;
260 int rpc_cur_mode;
261 int ctl_rfduplx;
262 int ctl_rspeed;
264 u32 msg_enable;
265 u32 phy_type;
266 struct mii_if_info mii;
269 struct work_struct phy_configure;
270 struct net_device *dev;
271 int work_pending;
273 spinlock_t lock;
277 u_long physaddr;
278 struct device *device;
280 struct dma_chan *dma_chan;
281 void __iomem *base;
282 void __iomem *datacs;
285 int io_shift;
310 smc_pxa_dma_inpump(struct smc_local *lp, u_char *buf, int len) in smc_pxa_dma_inpump() argument