Searched refs:pbl_count (Results 1 – 1 of 1) sorted by relevance
1923 u16 pbl_count = 0; in nes_reg_mr() local1966 pbl_count = pbl_count_256; in nes_reg_mr()1967 nesadapter->free_256pbl -= pbl_count + use_two_level; in nes_reg_mr()1969 pbl_count = pbl_count_4k; in nes_reg_mr()1970 nesadapter->free_4kpbl -= pbl_count + use_two_level; in nes_reg_mr()1992 pbl_count = pbl_count_4k; in nes_reg_mr()1995 nesadapter->free_4kpbl -= pbl_count + use_two_level; in nes_reg_mr()2027 if (pbl_count == 0) { in nes_reg_mr()2031 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_PBL_BLK_COUNT_IDX, pbl_count); in nes_reg_mr()2051 if ((!ret || major_code) && pbl_count != 0) { in nes_reg_mr()[all …]