Searched refs:pbl_count_256 (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/infiniband/hw/nes/
H A Dnes_verbs.c1939 u16 pbl_count_256 = 0; local
1961 pbl_count_256 = (pg_cnt + 31) / 32;
1963 if (pbl_count_256 <= nesadapter->free_256pbl)
1971 } else if ((pbl_count_256 + 1) <= nesadapter->free_256pbl) {
1983 pbl_count = pbl_count_256;
2004 nesadapter->free_256pbl += pbl_count_256 + use_two_level;

Completed in 92 milliseconds