Searched refs:nsgpg (Results 1 – 2 of 2) sorted by relevance
5261 mod->free_sgpgs += nsgpg; in bfa_sgpg_mfree()5274 if (mod->free_sgpgs < wqe->nsgpg) in bfa_sgpg_mfree()5275 nsgpg = mod->free_sgpgs; in bfa_sgpg_mfree()5277 nsgpg = wqe->nsgpg; in bfa_sgpg_mfree()5279 wqe->nsgpg -= nsgpg; in bfa_sgpg_mfree()5280 if (wqe->nsgpg == 0) { in bfa_sgpg_mfree()5292 WARN_ON(nsgpg <= 0); in bfa_sgpg_wait()5293 WARN_ON(nsgpg <= mod->free_sgpgs); in bfa_sgpg_wait()5295 wqe->nsgpg_total = wqe->nsgpg = nsgpg; in bfa_sgpg_wait()5306 wqe->nsgpg -= mod->free_sgpgs; in bfa_sgpg_wait()[all …]
32 int nsgpg; /* pages to be allocated */ member