Lines Matching defs:temac_local
341 struct temac_local { struct
360 u32 (*temac_ior)(struct temac_local *lp, int offset); argument
361 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); argument
362 u32 (*dma_in)(struct temac_local *lp, int reg); argument
363 void (*dma_out)(struct temac_local *lp, int reg, u32 value); argument
365 int tx_irq;
366 int rx_irq;
367 int emac_num;
369 struct sk_buff **rx_skb;
370 spinlock_t rx_lock;
374 spinlock_t *indirect_lock;
375 u32 options; /* Current options word */
376 int last_link;
377 unsigned int temac_features;
380 struct cdmac_bd *tx_bd_v;
381 dma_addr_t tx_bd_p;
405 int temac_indirect_busywait(struct temac_local *lp); argument