Home
last modified time | relevance | path

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

/drivers/scsi/cxgb3i/
Dcxgb3i_ddp.c88 unsigned int idx, unsigned int npods, in set_ddp_map() argument
94 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) { in set_ddp_map()
117 unsigned int npods) in clear_ddp_map() argument
122 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) { in clear_ddp_map()
372 unsigned int npods; in cxgb3i_ddp_tag_reserve() local
385 npods = (gl->nelem + PPOD_PAGES_MAX - 1) >> PPOD_PAGES_SHIFT; in cxgb3i_ddp_tag_reserve()
386 idx_max = ddp->nppods - npods + 1; in cxgb3i_ddp_tag_reserve()
389 idx = ddp_find_unused_entries(ddp, 0, idx_max, npods, gl); in cxgb3i_ddp_tag_reserve()
392 idx_max, npods, gl); in cxgb3i_ddp_tag_reserve()
393 if (idx < 0 && ddp->idx_last >= npods) in cxgb3i_ddp_tag_reserve()
[all …]