Lines Matching refs:txRemainingByteCount
938 uint32_t txRemainingByteCount = transfer->dataSize; local
999 while (txRemainingByteCount > 0U)
1001 if (txRemainingByteCount < bytesEachWrite)
1003 bytesEachWrite = (uint8_t)txRemainingByteCount;
1023 if (((NULL == rxData) || (rxRemainingByteCount - txRemainingByteCount) < rxFifoMaxBytes))
1031 if (isPcsContinuous && (txRemainingByteCount == bytesPerFrame))
1038 txRemainingByteCount -= bytesPerFrame;
1049 txRemainingByteCount -= bytesEachWrite;
1215 handle->txRemainingByteCount = transfer->dataSize;
1310 handle->txRemainingByteCount -= (uint32_t)handle->bytesPerFrame;
1365 size_t txRemainingByteCount = handle->txRemainingByteCount; local
1376 if (txRemainingByteCount < (size_t)bytesEachWrite)
1378 handle->bytesEachWrite = (uint8_t)txRemainingByteCount;
1400 handle->txRemainingByteCount -= (size_t)bytesEachWrite;
1401 txRemainingByteCount = handle->txRemainingByteCount;
1403 if (handle->txRemainingByteCount == 0U)
1474 remainingByte = handle->txRemainingByteCount;
1500 handle->txRemainingByteCount = 0;
1574 if (handle->txRemainingByteCount != 0U)
1582 …if ((handle->txRemainingByteCount == (uint32_t)handle->bytesPerFrame) && (handle->isPcsContinuous))
1589 handle->txRemainingByteCount -= (uint32_t)handle->bytesPerFrame;
1608 …if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U) && (!handle->writ…
1729 handle->txRemainingByteCount = transfer->dataSize;
1772 handle->txRemainingByteCount = 0U;
1840 if (handle->txRemainingByteCount < (size_t)bytesEachWrite)
1842 handle->bytesEachWrite = (uint8_t)handle->txRemainingByteCount;
1850 handle->txRemainingByteCount -= (size_t)bytesEachWrite;
1855 if (handle->txRemainingByteCount == 0U)
1922 remainingByte = handle->txRemainingByteCount;
1948 handle->txRemainingByteCount = 0U;
1994 if ((handle->txRemainingByteCount > 0U) && (handle->txData != NULL))
2016 … if ((handle->rxData == NULL) && (handle->txRemainingByteCount != 0U) && (handle->txData != NULL))
2021 if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U))