Lines Matching defs:cSegs
65 * @param cSegs The number of segments.
68 DECLINLINE(void) IntNetSgInitTempSegs(PINTNETSG pSG, uint32_t cbTotal, unsigned cSegs, unsigned cSegsUsed)
86 pSG->cSegsAlloc = (uint16_t)cSegs;
87 Assert(pSG->cSegsAlloc == cSegs);
90 Assert(cSegs >= cSegsUsed);
101 * @param cSegs The number of segments.
105 DECLINLINE(void) IntNetSgInitTempSegsGso(PINTNETSG pSG, uint32_t cbTotal, unsigned cSegs,
124 pSG->cSegsAlloc = (uint16_t)cSegs;
125 Assert(pSG->cSegsAlloc == cSegs);
128 Assert(cSegs >= cSegsUsed);
182 unsigned const cSegs = pSG->cSegsUsed;
183 while (++iSeg < cSegs)