Home
last modified time | relevance | path

Searched refs:happy_block (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsunhme.c141 struct hmeal_init_block *hb = hp->happy_block; in tx_dump_ring()
1236 rxd = &hp->happy_block->happy_meal_rxd[i]; in happy_meal_clean_rings()
1254 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings()
1273 struct hmeal_init_block *hb = hp->happy_block; in happy_meal_init_rings()
1940 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx()
2009 struct happy_meal_rxd *rxbase = &hp->happy_block->happy_meal_rxd[0]; in happy_meal_rx()
2314 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2341 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2346 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry], in happy_meal_start_xmit()
2773 hp->happy_block = sbus_alloc_consistent(hp->happy_dev, in happy_meal_sbus_init()
[all …]
Dsunhme.h401 struct hmeal_init_block *happy_block; /* RX and TX descriptors (CPU addr) */ member