Searched refs:pbl_count_256 (Results 1 – 1 of 1) sorted by relevance
1814 u16 pbl_count_256 = 0; in nes_reg_mr() local1836 pbl_count_256 = (pg_cnt + 31) / 32; in nes_reg_mr()1838 if (pbl_count_256 <= nesadapter->free_256pbl) in nes_reg_mr()1846 } else if ((pbl_count_256 + 1) <= nesadapter->free_256pbl) { in nes_reg_mr()1858 pbl_count = pbl_count_256; in nes_reg_mr()1879 nesadapter->free_256pbl += pbl_count_256 + use_two_level; in nes_reg_mr()