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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp272 #define STATUS_LU UINT32_C(0x00000002) macro
2531 STATUS |= STATUS_LU;
2546 STATUS &= ~STATUS_LU;
2560 STATUS &= ~STATUS_LU;
2641 && !(STATUS & STATUS_LU))
2650 STATUS |= STATUS_LU;
5349 if (TDH != TDT && (STATUS & STATUS_LU))
6415 if (!(RCTL & RCTL_EN) || pThis->fLocked || !(STATUS & STATUS_LU))
6488 if (STATUS & STATUS_LU)
6506 if (!(STATUS & STATUS_LU))
[all...]

Completed in 75 milliseconds