Home
last modified time | relevance | path

Searched refs:buffArray (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c89 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 …]
Dfsl_netc_switch.c263 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()
Dfsl_netc.h157 …netc_buffer_struct_t *buffArray; /*!< Buffer array. Tx: [in]App sets, Rx: [in/out]App sets prepare… member
3695 uint64_t *buffArray; /*!< Rx buffers array of this ring. */ member