Searched refs:pbl_count_256 (Results 1 – 1 of 1) sorted by relevance
1937 u16 pbl_count_256 = 0; in nes_reg_mr() local1959 pbl_count_256 = (pg_cnt + 31) / 32; in nes_reg_mr()1961 if (pbl_count_256 <= nesadapter->free_256pbl) in nes_reg_mr()1969 } else if ((pbl_count_256 + 1) <= nesadapter->free_256pbl) { in nes_reg_mr()1981 pbl_count = pbl_count_256; in nes_reg_mr()2002 nesadapter->free_256pbl += pbl_count_256 + use_two_level; in nes_reg_mr()