Lines Matching refs:txRemainingByteCount

930     uint32_t txRemainingByteCount = transfer->dataSize;  local
938 while (txRemainingByteCount > 0U)
940 if (txRemainingByteCount < (stateParams->bytesEachWrite))
942 (stateParams->bytesEachWrite) = (uint8_t)txRemainingByteCount;
963 ((stateParams->rxRemainingByteCount) - txRemainingByteCount) < rxFifoMaxBytes))
971 if (stateParams->isPcsContinuous && (txRemainingByteCount == bytesPerFrame))
978 txRemainingByteCount -= bytesPerFrame;
998 txRemainingByteCount -= (stateParams->bytesEachWrite);
1334 handle->txRemainingByteCount = transfer->dataSize;
1441 handle->txRemainingByteCount -= (uint32_t)handle->bytesPerFrame;
1496 size_t txRemainingByteCount = handle->txRemainingByteCount; local
1507 if (txRemainingByteCount < (size_t)bytesEachWrite)
1509 handle->bytesEachWrite = (uint8_t)txRemainingByteCount;
1531 handle->txRemainingByteCount -= (size_t)bytesEachWrite;
1532 txRemainingByteCount = handle->txRemainingByteCount;
1534 if (handle->txRemainingByteCount == 0U)
1605 remainingByte = handle->txRemainingByteCount;
1631 handle->txRemainingByteCount = 0;
1709 if (handle->txRemainingByteCount != 0U)
1717 …if ((handle->txRemainingByteCount == (uint32_t)handle->bytesPerFrame) && (handle->isPcsContinuous))
1724 handle->txRemainingByteCount -= (uint32_t)handle->bytesPerFrame;
1743 …if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U) && (!handle->writ…
1850 handle->txRemainingByteCount = transfer->dataSize;
1897 handle->txRemainingByteCount = 0U;
1969 if (handle->txRemainingByteCount < (size_t)bytesEachWrite)
1971 handle->bytesEachWrite = (uint8_t)handle->txRemainingByteCount;
1979 handle->txRemainingByteCount -= (size_t)bytesEachWrite;
1984 if (handle->txRemainingByteCount == 0U)
2051 remainingByte = handle->txRemainingByteCount;
2077 handle->txRemainingByteCount = 0U;
2122 if ((handle->txRemainingByteCount > 0U) && (handle->txData != NULL))
2144 … if ((handle->rxData == NULL) && (handle->txRemainingByteCount != 0U) && (handle->txData != NULL))
2149 if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U))