Lines Matching defs:nsgpgs
2433 ioim->nsgpgs = BFA_SGPG_NPAGE(ioim->nsges);
2597 u16 nsgpgs;
2604 nsgpgs = BFA_SGPG_NPAGE(ioim->nsges);
2605 if (!nsgpgs)
2608 if (bfa_sgpg_malloc(ioim->bfa, &ioim->sgpg_q, nsgpgs)
2610 bfa_sgpg_wait(ioim->bfa, &ioim->iosp->sgpg_wqe, nsgpgs);
2614 ioim->nsgpgs = nsgpgs;
2951 ioim->nsgpgs = 0;
2967 if (ioim->nsgpgs > 0)
2968 bfa_sgpg_mfree(ioim->bfa, &ioim->sgpg_q, ioim->nsgpgs);