Lines Matching defs:smc_local
216 struct smc_local { struct
222 struct sk_buff *pending_tx_skb;
223 struct tasklet_struct tx_task;
225 struct gpio_desc *power_gpio;
226 struct gpio_desc *reset_gpio;
229 int version;
232 int tcr_cur_mode;
235 int rcr_cur_mode;
238 int rpc_cur_mode;
239 int ctl_rfduplx;
240 int ctl_rspeed;
242 u32 msg_enable;
243 u32 phy_type;
244 struct mii_if_info mii;
247 struct work_struct phy_configure;
248 struct net_device *dev;
249 int work_pending;
251 spinlock_t lock;
255 u_long physaddr;
256 struct device *device;
258 struct dma_chan *dma_chan;
259 void __iomem *base;
260 void __iomem *datacs;
263 int io_shift;
288 smc_pxa_dma_inpump(struct smc_local *lp, u_char *buf, int len) in smc_pxa_dma_inpump() argument