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

/vbox/include/VBox/vmm/
H A Dpdmnetinline.h186 DECLINLINE(uint32_t) PDMNetGsoCalcSegmentCount(PCPDMNETWORKGSO pGso, size_t cbFrame) function
396 * PDMNetGsoCalcSegmentCount to find this.
416 Assert(cSegs == PDMNetGsoCalcSegmentCount(pGso, cbFrame));
491 * PDMNetGsoCalcSegmentCount to find this.
517 Assert(cSegs == PDMNetGsoCalcSegmentCount(pGso, cbFrame));

Completed in 35 milliseconds