Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sun/
Dsunhme.c140 struct hmeal_init_block *hb = hp->happy_block; in tx_dump_ring()
1164 rxd = &hp->happy_block->happy_meal_rxd[i]; in happy_meal_clean_rings()
1183 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings()
1208 struct hmeal_init_block *hb = hp->happy_block; in happy_meal_init_rings()
1877 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx()
1949 struct happy_meal_rxd *rxbase = &hp->happy_block->happy_meal_rxd[0]; in happy_meal_rx()
2226 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in unmap_partial_tx_skb()
2281 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2314 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2319 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry], in happy_meal_start_xmit()
[all …]
Dsunhme.h403 struct hmeal_init_block *happy_block; /* RX and TX descriptors (CPU addr) */ member