Lines Matching refs:happy_block
141 struct hmeal_init_block *hb = hp->happy_block; in tx_dump_ring()
1208 rxd = &hp->happy_block->happy_meal_rxd[i]; in happy_meal_clean_rings()
1227 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings()
1252 struct hmeal_init_block *hb = hp->happy_block; in happy_meal_init_rings()
1921 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx()
1993 struct happy_meal_rxd *rxbase = &hp->happy_block->happy_meal_rxd[0]; in happy_meal_rx()
2270 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in unmap_partial_tx_skb()
2325 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2358 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit()
2363 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry], in happy_meal_start_xmit()
2806 hp->happy_block = dma_alloc_coherent(hp->dma_dev, in happy_meal_sbus_probe_one()
2811 if (!hp->happy_block) in happy_meal_sbus_probe_one()
2873 hp->happy_block, in happy_meal_sbus_probe_one()
3125 hp->happy_block = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, in happy_meal_pci_probe()
3128 if (!hp->happy_block) in happy_meal_pci_probe()
3224 hp->happy_block, hp->hblock_dvma); in happy_meal_pci_remove()
3302 hp->happy_block, in hme_sbus_remove()