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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp226 #define CSR_XMTRC(S) ((S)->aCSR[74]) /**< Transmit Descriptor Ring Counter */ macro
1232 CSR_XMTRC(pThis) = 1;
1510 CSR_XMTRC(pThis) = CSR_XMTRL(pThis);
1694 RTGCPHYS32 cxda = pcnetTdraAddr(pThis, CSR_XMTRC(pThis));
1741 uint32_t iDesc = CSR_XMTRC(pThis);
2389 Log(("#%d pcnetAsyncTransmit: stp&enp: cb=%d xmtrc=%#x\n", PCNET_INST_NR, cb, CSR_XMTRC(pThis)));
2447 if (CSR_XMTRC(pThis) < 2)
2448 CSR_XMTRC(pThis) = CSR_XMTRL(pThis);
2450 CSR_XMTRC(pThis)--;
2481 const uint32_t iStart = CSR_XMTRC(pThi
[all...]

Completed in 67 milliseconds