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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp718 unsigned fVP : 1; /**< VLAN, matches VET. */ member in struct:E1kRxDStatus
1765 pDesc->status.fVP ? "VP" : "vp",
2317 size_t cbMax = ((RCTL & RCTL_LPE) ? E1K_MAX_RX_PKT_SIZE - 4 : 1518) - (status.fVP ? 0 : 4);
2319 if (status.fVP)
2333 status.fVP = false; /* Set VP only if we stripped the tag */
6307 pStatus->fVP = false;
6329 pStatus->fVP = true;
6851 pDesc->status.fVP ? "VP" : "vp",

Completed in 56 milliseconds