Lines Matching defs:temac_local
331 struct temac_local { struct
350 u32 (*temac_ior)(struct temac_local *lp, int offset); argument
351 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); argument
352 u32 (*dma_in)(struct temac_local *lp, int reg); argument
353 void (*dma_out)(struct temac_local *lp, int reg, u32 value); argument
355 int tx_irq;
356 int rx_irq;
357 int emac_num;
359 struct sk_buff **rx_skb;
360 spinlock_t rx_lock;
364 spinlock_t *indirect_lock;
365 u32 options; /* Current options word */
366 int last_link;
367 unsigned int temac_features;
370 struct cdmac_bd *tx_bd_v;
371 dma_addr_t tx_bd_p;
395 int temac_indirect_busywait(struct temac_local *lp); argument