Searched refs:cSegsAlloc (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp647 if (pSG->cSegsUsed < pSG->cSegsAlloc)
651 int iDst = pSG->cSegsAlloc;
660 pSG->cSegsUsed = pSG->cSegsAlloc;
664 && iDst < pSG->cSegsAlloc)
674 else if (++iSrc >= pSG->cSegsAlloc)
/vbox/include/VBox/
H A Dintnetinline.h86 pSG->cSegsAlloc = (uint16_t)cSegs;
87 Assert(pSG->cSegsAlloc == cSegs);
124 pSG->cSegsAlloc = (uint16_t)cSegs;
125 Assert(pSG->cSegsAlloc == cSegs);
H A Dintnet.h325 uint16_t cSegsAlloc; member in struct:INTNETSG
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp277 Assert(pSG->cSegsAlloc == 1);
341 AssertFatal(cSegs <= pSG->cSegsAlloc);
565 if (cBufferCount > pSG->cSegsAlloc)
586 IntNetSgInitTempSegs(pSG, 0 /*cbTotal*/, pSG->cSegsAlloc, 0 /*cSegsUsed*/);
2076 Assert(pSG->cSegsAlloc >= pSG->cSegsUsed);
2251 Assert(pSG->cSegsAlloc >= pSG->cSegsUsed);
2350 Assert(pSG1->cSegsAlloc >= pSG1->cSegsUsed);
2351 Assert(pSG2->cSegsAlloc >= pSG2->cSegsUsed);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DVBoxNetFlt-linux.c799 Assert(i + 1 <= pSG->cSegsAlloc)
804 pSG->cSegsAlloc, pSG->cSegsUsed, skb_shinfo(pBuf)->nr_frags, pBuf->next, skb_shinfo(pBuf)->frag_list, pBuf->pkt_type, fSrc));
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp1322 Assert(cSegs <= pSG->cSegsAlloc);
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp3739 Assert(pSG->cSegsUsed <= pSG->cSegsAlloc);

Completed in 142 milliseconds