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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp717 unsigned fIXSM : 1; /**< Ignore checksum indication. */ member in struct:E1kRxDStatus
890 unsigned fIXSM : 1; /**< Insert IP checksum. */ member in struct:E1kTDData::TDDDw3_st
1766 pDesc->status.fIXSM ? "IXSM" : "ixsm",
1830 pDesc->data.dw3.fIXSM? " IXSM":"",
2268 pStatus->fIXSM = false;
2276 pStatus->fIXSM = false;
2281 pStatus->fIXSM = true;
2285 pStatus->fIXSM = true;
3495 if (!pData->dw3.fIXSM)
3511 if (pData->dw3.fIXSM
[all...]

Completed in 65 milliseconds