Searched defs:cSegsUsed (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dintnetinline.h66 * @param cSegsUsed The number of used segments.
68 DECLINLINE(void) IntNetSgInitTempSegs(PINTNETSG pSG, uint32_t cbTotal, unsigned cSegs, unsigned cSegsUsed) argument
88 pSG->cSegsUsed = (uint16_t)cSegsUsed;
89 Assert(pSG->cSegsUsed == cSegsUsed);
90 Assert(cSegs >= cSegsUsed);
102 * @param cSegsUsed The number of used segments.
106 unsigned cSegsUsed, PCPDMNETWORKGSO pGso)
126 pSG->cSegsUsed
105 IntNetSgInitTempSegsGso(PINTNETSG pSG, uint32_t cbTotal, unsigned cSegs, unsigned cSegsUsed, PCPDMNETWORKGSO pGso) argument
[all...]
H A Dintnet.h327 uint16_t cSegsUsed; member in struct:INTNETSG

Completed in 36 milliseconds