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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1064 PDMCRITSECT csTx; /**< TX Critical section. */ member in struct:E1kState_st
1582 # define e1kCsTxEnter(ps, rc) PDMCritSectEnter(&ps->csTx, rc)
1583 # define e1kCsTxLeave(ps) PDMCritSectLeave(&ps->csTx)
3211 Assert(PDMCritSectIsOwner(&pThis->csTx));
7332 PDMR3CritSectDelete(&pThis->csTx);
7553 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->csTx, RT_SRC_POS, "E1000#%dTX", iInstance);
7618 TMR3TimerSetCritSect(pThis->pTXDTimerR3, &pThis->csTx);

Completed in 71 milliseconds