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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp747 typedef struct E1kRxDesc_st E1KRXDESC; typedef in typeref:struct:E1kRxDesc_st
748 AssertCompileSize(E1KRXDESC, 16);
1121 E1KRXDESC aRxDescriptors[E1K_RXD_CACHE_SIZE];
1756 static void e1kPrintRDesc(PE1KSTATE pThis, E1KRXDESC* pDesc)
1960 AssertCompile(sizeof(E1KRXDESC) == sizeof(E1KTXDESC));
1961 return ((uint64_t)baseHigh << 32) + baseLow + idxDesc * sizeof(E1KRXDESC);
1975 if (++RDH * sizeof(E1KRXDESC) >= RDLEN)
1981 uint32_t uRQueueLen = RDH>RDT ? RDLEN/sizeof(E1KRXDESC)-RDH+RDT : RDT-RDH;
1989 uint32_t uMinRQThreshold = RDLEN / sizeof(E1KRXDESC) / (2 << GET_BITS(RCTL, RDMTS));
2018 return (RDH > rdt ? RDLEN/sizeof(E1KRXDESC)
[all...]

Completed in 84 milliseconds