Searched refs:pbl_count (Results 1 – 1 of 1) sorted by relevance
1815 u16 pbl_count = 0; in nes_reg_mr() local1858 pbl_count = pbl_count_256; in nes_reg_mr()1859 nesadapter->free_256pbl -= pbl_count + use_two_level; in nes_reg_mr()1861 pbl_count = pbl_count_4k; in nes_reg_mr()1862 nesadapter->free_4kpbl -= pbl_count + use_two_level; in nes_reg_mr()1884 pbl_count = pbl_count_4k; in nes_reg_mr()1887 nesadapter->free_4kpbl -= pbl_count + use_two_level; in nes_reg_mr()1919 if (pbl_count == 0) { in nes_reg_mr()1923 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_PBL_BLK_COUNT_IDX, pbl_count); in nes_reg_mr()1943 if ((!ret || major_code) && pbl_count != 0) { in nes_reg_mr()[all …]