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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp3568 * @param fExactSize Whether cbMin is exact or if we have to max it
3572 DECLINLINE(int) e1kXmitAllocBuf(PE1KSTATE pThis, size_t cbMin, bool fExactSize, bool fGso) argument
3575 if (!fExactSize)
3625 * @param fExactSize Whether cbMin is exact or if we have to max it
4066 e1kXmitAllocBuf(pThis, pThis->u16TxPktLen + (pThis->fVTag ? 4 : 0), true /*fExactSize*/, false /*fGso*/);
4567 true /*fExactSize*/, true /*fGso*/);
4570 pDesc->data.cmd.fTSE /*fExactSize*/, false /*fGso*/);
4573 pDesc->data.cmd.fEOP /*fExactSize*/, false /*fGso*/);

Completed in 102 milliseconds