Lines Matching defs:smc_local
227 struct smc_local { struct
233 struct sk_buff *pending_tx_skb;
234 struct tasklet_struct tx_task;
236 struct gpio_desc *power_gpio;
237 struct gpio_desc *reset_gpio;
240 int version;
243 int tcr_cur_mode;
246 int rcr_cur_mode;
249 int rpc_cur_mode;
250 int ctl_rfduplx;
251 int ctl_rspeed;
253 u32 msg_enable;
254 u32 phy_type;
255 struct mii_if_info mii;
258 struct work_struct phy_configure;
259 struct net_device *dev;
260 int work_pending;
262 spinlock_t lock;
266 u_long physaddr;
267 struct device *device;
269 struct dma_chan *dma_chan;
270 void __iomem *base;
271 void __iomem *datacs;
274 int io_shift;
299 smc_pxa_dma_inpump(struct smc_local *lp, u_char *buf, int len) in smc_pxa_dma_inpump() argument