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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.c54 static unsigned char ddp_page_shift[DDP_PGIDX_MAX] = {12, 13, 14, 16}; variable
203 if (pgsz == (1UL << ddp_page_shift[i]))
219 if (PAGE_SIZE < (1UL << ddp_page_shift[0])) {
221 PAGE_SIZE, 1UL << ddp_page_shift[0]);
225 base_order = get_order(1UL << ddp_page_shift[0]);
230 ddp_page_shift[i] = PAGE_SHIFT + i;

Completed in 157 milliseconds