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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp365 #define RCTL pThis->auRegs[RCTL_IDX] macro
1361 { 0x00100, 0x00004, 0xFFFFFFFF, 0xFFFFFFFF, e1kRegReadDefault , e1kRegWriteRCTL , "RCTL" , "Receive Control" },
1622 Assert(GET_BITS(RCTL, BSIZE) == 0);
1983 * The minimum threshold is controlled by RDMTS bits of RCTL:
1989 uint32_t uMinRQThreshold = RDLEN / sizeof(E1KRXDESC) / (2 << GET_BITS(RCTL, RDMTS));
2317 size_t cbMax = ((RCTL & RCTL_LPE) ? E1K_MAX_RX_PKT_SIZE - 4 : 1518) - (status.fVP ? 0 : 4);
2343 if (!(RCTL & RCTL_SECRC) && cb <= cbMax)
3028 if (fBecomePromiscous != !!( RCTL & (RCTL_UPE | RCTL_MPE)))
3040 unsigned cbRxBuf = 2048 >> GET_BITS_V(value, RCTL, BSIZE);
3134 if (e1kRxDIsCacheEmpty(pThis) && (RCTL
[all...]

Completed in 63 milliseconds