Searched refs:npods (Results 1 - 1 of 1) 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.c73 unsigned int idx, unsigned int npods,
79 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) {
102 unsigned int idx, unsigned int npods)
107 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) {
112 tag, idx, i, npods);
388 unsigned int npods; local
401 npods = (gl->nelem + PPOD_PAGES_MAX - 1) >> PPOD_PAGES_SHIFT;
404 idx = ddp_find_unused_entries(ddp, 0, ddp->nppods, npods, gl);
407 ddp->nppods, npods, gl);
408 if (idx < 0 && ddp->idx_last >= npods) {
72 set_ddp_map(struct cxgb3i_ddp_info *ddp, struct pagepod_hdr *hdr, unsigned int idx, unsigned int npods, struct cxgb3i_gather_list *gl) argument
101 clear_ddp_map(struct cxgb3i_ddp_info *ddp, unsigned int tag, unsigned int idx, unsigned int npods) argument
470 unsigned int npods; local
643 int npods = (gl->nelem + PPOD_PAGES_MAX - 1) local
[all...]

Completed in 43 milliseconds