| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/ |
| D | fsl_enet.c | 385 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_RxDescriptorsInit() 412 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_RxDescriptorsInit() 930 handle->rxBuffAlloc = config->rxBuffAlloc; in ENET_CreateHandler() 1463 if ((handle->rxBuffAlloc == NULL) || (handle->rxBuffFree == NULL)) in ENET_RxBufferAllocAll() 1483 buffAddr = (uint32_t)(uint32_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_RxBufferAllocAll() 1496 … buffAddr = (uint32_t)(uint32_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_RxBufferAllocAll() 1787 newBuff1 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_GetRxFrame() 1794 newBuff2 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_GetRxFrame()
|
| D | fsl_enet.h | 462 …enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero-cop… member 510 …enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero-cop… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/ |
| D | fsl_enet.c | 386 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_RxDescriptorsInit() 413 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_RxDescriptorsInit() 931 handle->rxBuffAlloc = config->rxBuffAlloc; in ENET_CreateHandler() 1585 if ((handle->rxBuffAlloc == NULL) || (handle->rxBuffFree == NULL)) in ENET_RxBufferAllocAll() 1605 buffAddr = (uint32_t)(uint32_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_RxBufferAllocAll() 1618 … buffAddr = (uint32_t)(uint32_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_RxBufferAllocAll() 1909 newBuff1 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_GetRxFrame() 1916 newBuff2 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_GetRxFrame()
|
| D | fsl_enet.h | 488 …enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero-cop… member 536 …enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero-cop… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/ |
| D | fsl_enet_qos.c | 667 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_QOS_RxDescriptorsInit() 703 if ((config->rxBuffAlloc == NULL) || (config->rxBuffFree == NULL)) in ENET_QOS_RxDescriptorsInit() 1180 if ((handle->rxBuffAlloc == NULL) || (handle->rxBuffFree == NULL)) in ENET_QOS_RxBufferAllocAll() 1200 … buffAddr = (uint32_t)(uintptr_t)(uint8_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_RxBufferAllocAll() 1216 … buffAddr = (uint32_t)(uintptr_t)(uint8_t *)handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_RxBufferAllocAll() 1595 handle->rxBuffAlloc = config->rxBuffAlloc; in ENET_QOS_CreateHandler() 3091 newBuff1 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_GetRxFrame() 3098 newBuff2 = handle->rxBuffAlloc(base, handle->userData, channel); in ENET_QOS_GetRxFrame()
|
| D | fsl_enet_qos.h | 630 …enet_qos_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero… member 675 …enet_qos_rx_alloc_callback_t rxBuffAlloc; /*!< Callback to alloc memory, must be provided for zero… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet/ |
| D | fsl_enet.c | 502 handle->rxBuffAlloc = config->rxBuffAlloc; in ENET_SetHandler() 889 …->rxBdStartAddrAlign != NULL) && ((buffCfg->rxBufferAlign != NULL) || config->rxBuffAlloc != NULL)) in ENET_SetRxBufferDescriptors() 896 if (config->rxBuffAlloc == NULL) in ENET_SetRxBufferDescriptors() 902 … rxBuffer = (uintptr_t)(uint8_t *)config->rxBuffAlloc(base, config->userData, ringNum); in ENET_SetRxBufferDescriptors() 2329 newBuff = (uintptr_t)(uint8_t *)handle->rxBuffAlloc(base, handle->userData, ringId); in ENET_GetRxFrame()
|
| D | fsl_enet.h | 671 …enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback function to alloc memory, must be provided for… member 709 … enet_rx_alloc_callback_t rxBuffAlloc; /*!< Callback function to alloc memory for zero copy Rx. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_endpoint.h | 285 …ep_rx_alloc_cb_t rxBuffAlloc; /*!< Callback function to alloc memory, must be provided for z… member 307 …ep_rx_alloc_cb_t rxBuffAlloc; /*!< Callback function to alloc memory, must be provided for zero… member
|
| D | fsl_netc_switch.h | 194 …swt_rx_alloc_cb_t rxBuffAlloc; /*!< Callback function to alloc memory, must be provided for zer… member 281 …swt_rx_alloc_cb_t rxBuffAlloc; /*!< Callback function to alloc memory, must be provided for zero-c… member
|
| D | fsl_netc_endpoint.c | 63 handle->cfg.rxBuffAlloc = config->rxBuffAlloc; in EP_StoreConfig() 146 buffAddr = (uint64_t)(uintptr_t)(uint8_t *)handle->cfg.rxBuffAlloc( in EP_RxBufferAllocAll() 1478 … newBuff = handle->cfg.rxBuffAlloc(handle, ring, rxBdRing->buffSize, handle->cfg.userData); in EP_ReceiveFrame()
|
| D | fsl_netc_switch.c | 586 handle->cfg.rxBuffAlloc = config->rxBuffAlloc; in SWT_StoreTransConfig() 659 …(uintptr_t)(uint8_t *)txRxConfig->rxBuffAlloc(handle, rxRingConfig->buffSize, txRxConfig->userData… in SWT_ManagementTxRxConfig() 1003 newBuff = handle->cfg.rxBuffAlloc(handle, rxBdRing->buffSize, handle->cfg.userData); in SWT_ReceiveFrame()
|