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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.c403 if (ddp->idx_last == ddp->nppods)
406 idx = ddp_find_unused_entries(ddp, ddp->idx_last + 1,
408 if (idx < 0 && ddp->idx_last >= npods) {
410 min(ddp->idx_last + npods, ddp->nppods),
437 ddp->idx_last = idx;
721 ddp->idx_last = ppmax;
H A Dcxgb3i_ddp.h65 * @idx_last: page pod entry last used
83 unsigned int idx_last; member in struct:cxgb3i_ddp_info

Completed in 114 milliseconds