Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sun/
Dsunhme.h401 struct happy_meal { struct
407 void (*write_txd)(struct happy_meal_txd *, u32, u32); argument
408 void (*write_rxd)(struct happy_meal_rxd *, u32, u32); argument
412 void *happy_dev;
413 struct device *dma_dev;
415 spinlock_t happy_lock;
417 struct sk_buff *rx_skbs[RX_RING_SIZE];
418 struct sk_buff *tx_skbs[TX_RING_SIZE];
420 int rx_new, tx_new, rx_old, tx_old;
423 u32 (*read32)(void __iomem *);
[all …]