Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2040 u32 pending_pbl_cnt = hwmr->num_pbls; in ocrdma_reg_mr() local
2043 cur_pbl_cnt = min(pending_pbl_cnt, MAX_OCRDMA_NSMR_PBL); in ocrdma_reg_mr()
2044 if (cur_pbl_cnt == pending_pbl_cnt) in ocrdma_reg_mr()
2059 pending_pbl_cnt -= cur_pbl_cnt; in ocrdma_reg_mr()
2060 cur_pbl_cnt = min(pending_pbl_cnt, MAX_OCRDMA_NSMR_PBL); in ocrdma_reg_mr()
2064 if (cur_pbl_cnt == pending_pbl_cnt) in ocrdma_reg_mr()