Home
last modified time | relevance | path

Searched refs:pending_pbl_cnt (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2044 u32 pending_pbl_cnt = hwmr->num_pbls; in ocrdma_reg_mr() local
2047 cur_pbl_cnt = min(pending_pbl_cnt, MAX_OCRDMA_NSMR_PBL); in ocrdma_reg_mr()
2048 if (cur_pbl_cnt == pending_pbl_cnt) in ocrdma_reg_mr()
2063 pending_pbl_cnt -= cur_pbl_cnt; in ocrdma_reg_mr()
2064 cur_pbl_cnt = min(pending_pbl_cnt, MAX_OCRDMA_NSMR_PBL); in ocrdma_reg_mr()
2068 if (cur_pbl_cnt == pending_pbl_cnt) in ocrdma_reg_mr()