Searched defs:temac_local (Results 1 – 1 of 1) sorted by relevance
341 struct temac_local { struct360 u32 (*temac_ior)(struct temac_local *lp, int offset); argument361 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); argument362 u32 (*dma_in)(struct temac_local *lp, int reg); argument363 void (*dma_out)(struct temac_local *lp, int reg, u32 value); argument365 int tx_irq;366 int rx_irq;367 int emac_num;369 struct sk_buff **rx_skb;370 spinlock_t rx_lock;[all …]