Home
last modified time | relevance | path

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

/drivers/net/ethernet/sun/
Dsunhme.h400 struct happy_meal { struct
406 void (*write_txd)(struct happy_meal_txd *, u32, u32); argument
407 void (*write_rxd)(struct happy_meal_rxd *, u32, u32); argument
411 void *happy_dev;
412 struct device *dma_dev;
414 spinlock_t happy_lock;
416 struct sk_buff *rx_skbs[RX_RING_SIZE];
417 struct sk_buff *tx_skbs[TX_RING_SIZE];
419 int rx_new, tx_new, rx_old, tx_old;
421 struct net_device_stats net_stats; /* Statistical counters */
[all …]