Searched refs:rxBuffAlloc (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_enet.c | 284 if (handle->rxBuffAlloc != NULL) in ENET_Up() 483 handle->rxBuffAlloc = config->rxBuffAlloc; in ENET_SetHandler() 881 …->rxBdStartAddrAlign != NULL) && ((buffCfg->rxBufferAlign != NULL) || config->rxBuffAlloc != NULL)) in ENET_SetRxBufferDescriptors() 903 if (config->rxBuffAlloc == NULL) in ENET_SetRxBufferDescriptors() 940 assert(handle->rxBuffAlloc != NULL); in ENET_RxBufferAllocAll() 959 buffer = handle->rxBuffAlloc(base, handle->userData, ringId); in ENET_RxBufferAllocAll() 2149 assert(handle->rxBuffAlloc == NULL); in ENET_GetRxBuffer() 2461 newBuff = handle->rxBuffAlloc(base, handle->userData, ringId); in ENET_GetRxFrame()
|
D | fsl_enet.h | 672 …enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback function to alloc memory, must be provided for… member 710 … enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback function to alloc memory for zero copy Rx. */ member
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_enet_qos.c | 586 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_QOS_RxDescriptorsInit() 612 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_QOS_RxDescriptorsInit() 1060 if ((handle->rxBuffAlloc == NULL) || (handle->rxBuffFree == NULL)) in ENET_QOS_RxBufferAllocAll() 1080 buffAddr = (uint32_t)(uint32_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_RxBufferAllocAll() 1096 … buffAddr = (uint32_t)(uint32_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_RxBufferAllocAll() 1475 handle->rxBuffAlloc = config->rxBuffAlloc; in ENET_QOS_CreateHandler() 2726 newBuff1 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_GetRxFrame() 2733 newBuff2 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_GetRxFrame()
|
D | fsl_enet.c | 284 if (handle->rxBuffAlloc != NULL) in ENET_Up() 483 handle->rxBuffAlloc = config->rxBuffAlloc; in ENET_SetHandler() 881 …->rxBdStartAddrAlign != NULL) && ((buffCfg->rxBufferAlign != NULL) || config->rxBuffAlloc != NULL)) in ENET_SetRxBufferDescriptors() 903 if (config->rxBuffAlloc == NULL) in ENET_SetRxBufferDescriptors() 940 assert(handle->rxBuffAlloc != NULL); in ENET_RxBufferAllocAll() 959 buffer = handle->rxBuffAlloc(base, handle->userData, ringId); in ENET_RxBufferAllocAll() 2149 assert(handle->rxBuffAlloc == NULL); in ENET_GetRxBuffer() 2461 newBuff = handle->rxBuffAlloc(base, handle->userData, ringId); in ENET_GetRxFrame()
|
D | fsl_enet_qos.h | 598 …enet_qos_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero… member 643 …enet_qos_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero… member
|
D | fsl_enet.h | 672 …enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback function to alloc memory, must be provided for… member 710 … enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback function to alloc memory for zero copy Rx. */ member
|