Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c235 struct typhoon_shared { struct
283 struct typhoon_shared * shared;
1267 #define shared_offset(x) offsetof(struct typhoon_shared, x)
1275 memset(tp->shared, 0, sizeof(struct typhoon_shared)); in typhoon_init_interface()
2359 shared = pci_alloc_consistent(pdev, sizeof(struct typhoon_shared), in typhoon_init_one()
2370 tp->shared = (struct typhoon_shared *) shared; in typhoon_init_one()
2524 pci_free_consistent(pdev, sizeof(struct typhoon_shared), in typhoon_init_one()
2547 pci_free_consistent(pdev, sizeof(struct typhoon_shared), in typhoon_remove_one()