Searched refs:nsgpgs (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_sgpg_priv.h70 int nsgpgs);
72 int nsgpgs);
76 int nsgpgs);
H A Dbfa_sgpg.c123 bfa_sgpg_malloc(struct bfa_s *bfa, struct list_head *sgpg_q, int nsgpgs) argument
129 bfa_trc_fp(bfa, nsgpgs);
131 if (mod->free_sgpgs < nsgpgs)
134 for (i = 0; i < nsgpgs; i++) {
140 mod->free_sgpgs -= nsgpgs;
H A Dbfa_ioim.c751 ioim->nsgpgs = BFA_SGPG_NPAGE(ioim->nsges);
880 u16 nsgpgs; local
887 nsgpgs = BFA_SGPG_NPAGE(ioim->nsges);
888 if (!nsgpgs)
891 if (bfa_sgpg_malloc(ioim->bfa, &ioim->sgpg_q, nsgpgs)
893 bfa_sgpg_wait(ioim->bfa, &ioim->iosp->sgpg_wqe, nsgpgs);
897 ioim->nsgpgs = nsgpgs;
1305 ioim->nsgpgs = 0;
1328 if (ioim->nsgpgs >
[all...]
H A Dbfa_fcpim_priv.h81 u16 nsgpgs; /* number of SG pages */ member in struct:bfa_ioim_s

Completed in 117 milliseconds