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