Searched defs:happy_meal (Results 1 – 1 of 1) sorted by relevance
401 struct happy_meal { struct407 void (*write_txd)(struct happy_meal_txd *, u32, u32); argument408 void (*write_rxd)(struct happy_meal_rxd *, u32, u32); argument412 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 …]