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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1169 bool fVTag; member in struct:E1kState_st
3660 pThis->fVTag ? "VLAN " : "",
3838 if (cbFrame > 12 && pThis->fVTag)
4066 e1kXmitAllocBuf(pThis, pThis->u16TxPktLen + (pThis->fVTag ? 4 : 0), true /*fExactSize*/, false /*fGso*/);
4194 + (pThis->fVTag ? 4 : 0);
4539 pThis->fVTag = pDesc->data.cmd.fVLE;
4556 pThis->fVTag = pDesc->data.cmd.fVLE;
4558 cbVTag = pThis->fVTag ? 4 : 0;
4692 pThis->fVTag = pDesc->legacy.cmd.fVLE;
4960 pThis->fVTag
[all...]

Completed in 79 milliseconds