Searched refs:nppods (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)
404 idx = ddp_find_unused_entries(ddp, 0, ddp->nppods, npods, gl);
407 ddp->nppods, npods, gl);
410 min(ddp->idx_last + npods, ddp->nppods),
468 if (idx < ddp->nppods) {
485 tag, idx, ddp->nppods);
640 while (i < ddp->nppods) {
720 ddp->nppods = ppmax;
740 ddp_log_info("tdev 0x%p, nppods %u, bits %u, mask 0x%x,0x%x pkt %u/%u,"
H A Dcxgb3i_ddp.h64 * @nppods: # of page pod entries
82 unsigned int nppods; member in struct:cxgb3i_ddp_info

Completed in 180 milliseconds