Home
last modified time | relevance | path

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

/drivers/scsi/cxgb3i/
Dcxgb3i_ddp.c388 if (ddp->idx_last == ddp->nppods) in cxgb3i_ddp_tag_reserve()
391 idx = ddp_find_unused_entries(ddp, ddp->idx_last + 1, in cxgb3i_ddp_tag_reserve()
393 if (idx < 0 && ddp->idx_last >= npods) in cxgb3i_ddp_tag_reserve()
395 ddp->idx_last - npods + 1, in cxgb3i_ddp_tag_reserve()
421 ddp->idx_last = idx; in cxgb3i_ddp_tag_reserve()
617 ddp->idx_last = ppmax; in ddp_init()
Dcxgb3i_ddp.h80 unsigned int idx_last; member