Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c236 struct typhoon_shared { struct
281 struct typhoon_shared * shared;
1176 #define shared_offset(x) offsetof(struct typhoon_shared, x)
1184 memset(tp->shared, 0, sizeof(struct typhoon_shared)); in typhoon_init_interface()
2373 shared = dma_alloc_coherent(&pdev->dev, sizeof(struct typhoon_shared), in typhoon_init_one()
2528 dma_free_coherent(&pdev->dev, sizeof(struct typhoon_shared), shared, in typhoon_init_one()
2556 dma_free_coherent(&pdev->dev, sizeof(struct typhoon_shared), in typhoon_remove_one()