Searched refs:buffArray (Results 1 – 3 of 3) sorted by relevance
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()[all …]
263 if (rxBdRing->buffArray[index] != 0U) in SWT_RxBufferFreeAll()265 … handle->cfg.rxBuffFree(handle, (void *)(uint8_t *)(uintptr_t)rxBdRing->buffArray[index], in SWT_RxBufferFreeAll()634 handle->mgmtRxBdRing.buffArray = rxRingConfig->buffAddrArray; in SWT_ManagementTxRxConfig()653 buffAddr = handle->mgmtRxBdRing.buffArray[buffIdx]; in SWT_ManagementTxRxConfig()668 handle->mgmtRxBdRing.buffArray[buffIdx] = buffAddr; in SWT_ManagementTxRxConfig()866 rxDmaBuff = rxBdRing->buffArray[index]; in SWT_GetTimestampRefResp()1008 … handle->cfg.rxBuffFree(handle, frame->buffArray[index].buffer, handle->cfg.userData); in SWT_ReceiveFrame()1016 frame->buffArray[index].buffer = newBuff; in SWT_ReceiveFrame()
157 …netc_buffer_struct_t *buffArray; /*!< Buffer array. Tx: [in]App sets, Rx: [in/out]App sets prepare… member3695 uint64_t *buffArray; /*!< Rx buffers array of this ring. */ member