Lines Matching refs:CSR_XMTRC
226 #define CSR_XMTRC(S) ((S)->aCSR[74]) /**< Transmit Descriptor Ring Counter */
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(pThis);
2484 if (CSR_XMTRC(pThis) < 2)
2485 CSR_XMTRC(pThis) = CSR_XMTRL(pThis);
2487 CSR_XMTRC(pThis)--;
2533 pSgBuf ? pSgBuf->cbUsed : 0, iStart, CSR_XMTRC(pThis)));
2548 if (CSR_XMTRC(pThis) < 2)
2549 CSR_XMTRC(pThis) = CSR_XMTRL(pThis);
2551 CSR_XMTRC(pThis)--;
2699 Log2(("#%d pcnetPollTimer: CSR_CXDA=%#x CSR_XMTRL=%d CSR_XMTRC=%d\n",
2700 PCNET_INST_NR, CSR_CXDA(pThis), CSR_XMTRL(pThis), CSR_XMTRC(pThis)));
4090 CSR_XMTRL(pThis), CSR_XMTRC(pThis),
4110 i, GCPhys, i + 1 == CSR_XMTRC(pThis) ? '*' : ' ', GCPhys == CSR_CXDA(pThis) ? '*' : ' ',