Searched defs:temac_local (Results 1 – 1 of 1) sorted by relevance
340 struct temac_local { struct359 u32 (*temac_ior)(struct temac_local *lp, int offset); argument360 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); argument361 u32 (*dma_in)(struct temac_local *lp, int reg); argument362 void (*dma_out)(struct temac_local *lp, int reg, u32 value); argument364 int tx_irq;365 int rx_irq;366 int emac_num;368 struct sk_buff **rx_skb;369 spinlock_t rx_lock;[all …]