Searched refs:chsc_page (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dqdio_thinint.c185 scssc_area = (struct scssc_area *)irq_ptr->chsc_page;
H A Dqdio_setup.c230 * If there is a qdio_irq we use the chsc_page and store the information
242 ssqd = (struct chsc_ssqd_area *)irq_ptr->chsc_page;
321 free_page(irq_ptr->chsc_page);
H A Dqdio.h339 unsigned long chsc_page; member in struct:qdio_irq
H A Dqdio_main.c1191 irq_ptr->chsc_page = get_zeroed_page(GFP_KERNEL);
1192 if (!irq_ptr->chsc_page)

Completed in 37 milliseconds