Home
last modified time | relevance | path

Searched defs:temac_local (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/xilinx/
Dll_temac.h340 struct temac_local { struct
359 u32 (*temac_ior)(struct temac_local *lp, int offset); argument
360 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); argument
361 u32 (*dma_in)(struct temac_local *lp, int reg); argument
362 void (*dma_out)(struct temac_local *lp, int reg, u32 value); argument
364 int tx_irq;
365 int rx_irq;
366 int emac_num;
368 struct sk_buff **rx_skb;
369 spinlock_t rx_lock;
[all …]