Searched refs:doubleBuffEnable (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/ |
| D | fsl_enet.c | 365 …bool doubleBuffEnable = ((config->specialControl & (uint16_t)kENET_DescDoubleBuffer) != 0U) ? true… in ENET_RxDescriptorsInit() local 379 if (doubleBuffEnable) in ENET_RxDescriptorsInit() 414 if (doubleBuffEnable) in ENET_RxDescriptorsInit() 424 if (doubleBuffEnable) in ENET_RxDescriptorsInit() 879 handle->doubleBuffEnable = true; in ENET_CreateHandler() 1310 … ENET_UpdateRxDescriptor(rxDesc, NULL, NULL, handle->rxintEnable, handle->doubleBuffEnable); in ENET_ReadFrame() 1337 if (!handle->doubleBuffEnable) in ENET_ReadFrame() 1341 handle->doubleBuffEnable); in ENET_ReadFrame() 1348 handle->rxintEnable, handle->doubleBuffEnable); in ENET_ReadFrame() 1363 … ENET_UpdateRxDescriptor(rxDesc, NULL, NULL, handle->rxintEnable, handle->doubleBuffEnable); in ENET_ReadFrame() [all …]
|
| D | fsl_enet.h | 500 bool doubleBuffEnable; /*!< The double buffer enable status. */ member 1104 … enet_rx_bd_struct_t *rxDesc, void *buffer1, void *buffer2, bool intEnable, bool doubleBuffEnable);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/ |
| D | fsl_enet.c | 366 …bool doubleBuffEnable = ((config->specialControl & (uint16_t)kENET_DescDoubleBuffer) != 0U) ? true… in ENET_RxDescriptorsInit() local 380 if (doubleBuffEnable) in ENET_RxDescriptorsInit() 415 if (doubleBuffEnable) in ENET_RxDescriptorsInit() 425 if (doubleBuffEnable) in ENET_RxDescriptorsInit() 879 handle->doubleBuffEnable = true; in ENET_CreateHandler() 1432 … ENET_UpdateRxDescriptor(rxDesc, NULL, NULL, handle->rxintEnable, handle->doubleBuffEnable); in ENET_ReadFrame() 1459 if (!handle->doubleBuffEnable) in ENET_ReadFrame() 1463 handle->doubleBuffEnable); in ENET_ReadFrame() 1470 handle->rxintEnable, handle->doubleBuffEnable); in ENET_ReadFrame() 1485 … ENET_UpdateRxDescriptor(rxDesc, NULL, NULL, handle->rxintEnable, handle->doubleBuffEnable); in ENET_ReadFrame() [all …]
|
| D | fsl_enet.h | 526 bool doubleBuffEnable; /*!< The double buffer enable status. */ member 1189 … enet_rx_bd_struct_t *rxDesc, void *buffer1, void *buffer2, bool intEnable, bool doubleBuffEnable);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/ |
| D | fsl_enet_qos.c | 646 …bool doubleBuffEnable = ((config->specialControl & (uint32_t)kENET_QOS_DescDoubleBuffer) != 0U) ? … in ENET_QOS_RxDescriptorsInit() local 661 if (doubleBuffEnable) in ENET_QOS_RxDescriptorsInit() 705 if (doubleBuffEnable) in ENET_QOS_RxDescriptorsInit() 721 if (doubleBuffEnable) in ENET_QOS_RxDescriptorsInit() 1191 if (handle->doubleBuffEnable) in ENET_QOS_RxBufferAllocAll() 1214 if (handle->doubleBuffEnable) in ENET_QOS_RxBufferAllocAll() 1269 if (handle->doubleBuffEnable) in ENET_QOS_RxBufferFreeAll() 1290 if (handle->doubleBuffEnable) in ENET_QOS_RxBufferFreeAll() 1547 handle->doubleBuffEnable = true; in ENET_QOS_CreateHandler() 2165 if (!handle->doubleBuffEnable) in ENET_QOS_DropFrame() [all …]
|
| D | fsl_enet_qos.h | 665 …bool doubleBuffEnable; /*!< The double buffer is used in the… member 1402 …t_qos_rx_bd_struct_t *rxDesc, void *buffer1, void *buffer2, bool intEnable, bool doubleBuffEnable);
|