Home
last modified time | relevance | path

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

/drivers/net/ethernet/sun/
Dsunhme.c1116 rxd = &hp->happy_block->happy_meal_rxd[i]; in happy_meal_clean_rings()
1135 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings()
1160 struct hmeal_init_block *hb = hp->happy_block; in happy_meal_init_rings()
1803 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx()
1867 struct happy_meal_rxd *rxbase = &hp->happy_block->happy_meal_rxd[0]; in happy_meal_rx()
2116 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in unmap_partial_tx_skb()
2170 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2203 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2208 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry], in happy_meal_start_xmit()
2647 hp->happy_block = dma_alloc_coherent(hp->dma_dev, in happy_meal_sbus_probe_one()
[all …]
Dsunhme.h403 struct hmeal_init_block *happy_block; /* RX and TX descriptors (CPU addr) */ member