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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp189 #define STATE_TO_DEVINS(pThis) (((PE1KSTATE )pThis)->CTX_SUFF(pDevIns))
347 * @remarks These ASSUME alocal variable @a pThis of type PE1KSTATE.
1281 typedef E1KSTATE *PE1KSTATE; typedef
1286 static int e1kXmitPending(PE1KSTATE pThis, bool fOnWorkerThread);
1288 static int e1kRegReadUnimplemented (PE1KSTATE pThis, uint32_t offset, uint32_t index, uint32_t *pu32Value);
1289 static int e1kRegWriteUnimplemented(PE1KSTATE pThis, uint32_t offset, uint32_t index, uint32_t u32Value);
1290 static int e1kRegReadAutoClear (PE1KSTATE pThis, uint32_t offset, uint32_t index, uint32_t *pu32Value);
1291 static int e1kRegReadDefault (PE1KSTATE pThis, uint32_t offset, uint32_t index, uint32_t *pu32Value);
1292 static int e1kRegWriteDefault (PE1KSTATE pThis, uint32_t offset, uint32_t index, uint32_t u32Value);
1294 static int e1kRegReadCTRL (PE1KSTATE pThi
[all...]

Completed in 46 milliseconds