Lines Matching refs:buffArray

89                 if (rxBdRing->buffArray[index] != 0U)  in EP_RxBufferFreeAll()
91 … handle->cfg.rxBuffFree(handle, ring, (void *)(uint8_t *)(uintptr_t)rxBdRing->buffArray[index], in EP_RxBufferFreeAll()
122 handle->rxBdRing[ring].buffArray = rxRingConfig->buffAddrArray; in EP_RxBufferAllocAll()
141 buffAddr = handle->rxBdRing[ring].buffArray[buffIdx]; in EP_RxBufferAllocAll()
156 handle->rxBdRing[ring].buffArray[buffIdx] = buffAddr; in EP_RxBufferAllocAll()
750 assert((frame != NULL) && (frame->buffArray != NULL)); in EP_SendFrameCommon()
753 netc_buffer_struct_t *txBuff = frame->buffArray; in EP_SendFrameCommon()
761 if ((frame->buffArray[0].length < NETC_ENETC_TXFRAME_LEN_MIN) || (frame->length == 0U)) in EP_SendFrameCommon()
794 txBuff = frame->buffArray; in EP_SendFrameCommon()
1177 rxDmaBuff = rxBdRing->buffArray[index]; in EP_DropFrame()
1242 rxDmaBuff = rxBdRing->extendDesc ? rxBdRing->buffArray[rxBdRing->index / 2U] : in EP_ReceiveFrameCopyCommon()
1243 rxBdRing->buffArray[rxBdRing->index]; in EP_ReceiveFrameCopyCommon()
1259 rxDmaBuff = rxBdRing->buffArray[index]; in EP_ReceiveFrameCopyCommon()
1344 rxDmaBuff = rxBdRing->buffArray[buffIdx]; in EP_ReceiveFrameCommon()
1351 newBuff = frame->buffArray[index].buffer; in EP_ReceiveFrameCommon()
1352 frame->buffArray[index].buffer = (void *)(uint8_t *)(uintptr_t)rxDmaBuff; in EP_ReceiveFrameCommon()
1353 frame->buffArray[index].length = rxDesc->writeback.bufLen; in EP_ReceiveFrameCommon()
1357 rxBdRing->buffArray[buffIdx] = (uint64_t)(uintptr_t)(uint8_t *)newBuff; in EP_ReceiveFrameCommon()
1483 … handle->cfg.rxBuffFree(handle, ring, frame->buffArray[index].buffer, handle->cfg.userData); in EP_ReceiveFrame()
1491 frame->buffArray[index].buffer = newBuff; in EP_ReceiveFrame()