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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dtyphoon.c202 struct typhoon_shared { struct
250 struct typhoon_shared * shared;
1205 #define shared_offset(x) offsetof(struct typhoon_shared, x)
1213 memset(tp->shared, 0, sizeof(struct typhoon_shared));
2378 shared = pci_alloc_consistent(pdev, sizeof(struct typhoon_shared),
2388 tp->shared = (struct typhoon_shared *) shared;
2524 pci_free_consistent(pdev, sizeof(struct typhoon_shared),
2552 pci_free_consistent(pdev, sizeof(struct typhoon_shared),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dtyphoon.c202 struct typhoon_shared { struct
250 struct typhoon_shared * shared;
1205 #define shared_offset(x) offsetof(struct typhoon_shared, x)
1213 memset(tp->shared, 0, sizeof(struct typhoon_shared));
2378 shared = pci_alloc_consistent(pdev, sizeof(struct typhoon_shared),
2388 tp->shared = (struct typhoon_shared *) shared;
2524 pci_free_consistent(pdev, sizeof(struct typhoon_shared),
2552 pci_free_consistent(pdev, sizeof(struct typhoon_shared),

Completed in 120 milliseconds