Lines Matching refs:txRemainingByteCount

953     uint32_t txRemainingByteCount = transfer->dataSize;  local
961 while (txRemainingByteCount > 0U)
963 if (txRemainingByteCount < (stateParams->bytesEachWrite))
965 (stateParams->bytesEachWrite) = (uint8_t)txRemainingByteCount;
986 ((stateParams->rxRemainingByteCount) - txRemainingByteCount) < rxFifoMaxBytes))
994 if (stateParams->isPcsContinuous && (txRemainingByteCount == bytesPerFrame))
1008 txRemainingByteCount -= bytesPerFrame;
1028 txRemainingByteCount -= (stateParams->bytesEachWrite);
1371 handle->txRemainingByteCount = transfer->dataSize;
1478 handle->txRemainingByteCount -= (uint32_t)handle->bytesPerFrame;
1537 size_t txRemainingByteCount = handle->txRemainingByteCount; local
1548 if (txRemainingByteCount < (size_t)bytesEachWrite)
1550 handle->bytesEachWrite = (uint8_t)txRemainingByteCount;
1572 handle->txRemainingByteCount -= (size_t)bytesEachWrite;
1573 txRemainingByteCount = handle->txRemainingByteCount;
1575 if (handle->txRemainingByteCount == 0U)
1646 remainingByte = handle->txRemainingByteCount;
1672 handle->txRemainingByteCount = 0;
1750 if (handle->txRemainingByteCount != 0U)
1758 …if ((handle->txRemainingByteCount == (uint32_t)handle->bytesPerFrame) && (handle->isPcsContinuous))
1772 handle->txRemainingByteCount -= (uint32_t)handle->bytesPerFrame;
1791 …if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U) && (!handle->writ…
1898 handle->txRemainingByteCount = transfer->dataSize;
1945 handle->txRemainingByteCount = 0U;
2017 if (handle->txRemainingByteCount < (size_t)bytesEachWrite)
2019 handle->bytesEachWrite = (uint8_t)handle->txRemainingByteCount;
2027 handle->txRemainingByteCount -= (size_t)bytesEachWrite;
2032 if (handle->txRemainingByteCount == 0U)
2099 remainingByte = handle->txRemainingByteCount;
2125 handle->txRemainingByteCount = 0U;
2170 if ((handle->txRemainingByteCount > 0U) && (handle->txData != NULL))
2192 … if ((handle->rxData == NULL) && (handle->txRemainingByteCount != 0U) && (handle->txData != NULL))
2197 if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U))