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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h309 !header_pool must be aligned to PAGE_SIZE! */
310 struct CIP_header *header_pool; member in struct:frame
H A Ddv1394.c164 f->header_pool = pci_alloc_consistent(f->video->ohci->dev, PAGE_SIZE, &f->header_pool_dma);
165 if (!f->header_pool) {
172 (unsigned long) f->header_pool, (unsigned long) f->header_pool_dma, PAGE_SIZE);
182 pci_free_consistent(f->video->ohci->dev, PAGE_SIZE, f->header_pool, f->header_pool_dma);
198 pci_free_consistent(f->video->ohci->dev, PAGE_SIZE, f->header_pool, f->header_pool_dma);
273 if ( ((unsigned long) &(f->header_pool[f->n_packets]) - (unsigned long) f->header_pool)
279 cip = &(f->header_pool[f->n_packets]);

Completed in 98 milliseconds