Searched refs:idx_last (Results 1 – 2 of 2) sorted by relevance
1499 if (ddp->idx_last == ddp->nppods) in ddp_tag_reserve()1503 idx = ddp_find_unused_entries(ddp, ddp->idx_last + 1, in ddp_tag_reserve()1506 if (idx < 0 && ddp->idx_last >= npods) { in ddp_tag_reserve()1508 min(ddp->idx_last + npods, ddp->nppods), in ddp_tag_reserve()1532 ddp->idx_last = idx; in ddp_tag_reserve()1650 ddp->idx_last = ppmax; in cxgbi_ddp_init()
136 unsigned int idx_last; member