Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ptp_clock/
Dptp_clock_nxp_enet.c32 enet_handle_t enet_handle; member
46 ENET_Ptp1588SetTimer(config->base, &data->enet_handle, &enet_time); in ptp_clock_nxp_enet_set()
58 ENET_Ptp1588GetTimer(config->base, &data->enet_handle, &enet_time); in ptp_clock_nxp_enet_get()
180 ENET_Ptp1588Configure(config->base, &data->enet_handle, in nxp_enet_ptp_clock_callback()
223 ENET_TimeStampIRQHandler(config->base, &data->enet_handle); in ptp_clock_nxp_enet_isr()
/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_mcux.c173 enet_handle_t enet_handle; member
730 status = ENET_SendFrame(context->base, &context->enet_handle, in eth_tx()
746 status = ENET_SendFrame(context->base, &context->enet_handle, in eth_tx()
754 &context->enet_handle, RING_ID); in eth_tx()
776 status = ENET_GetRxFrameSize(&context->enet_handle, in eth_rx()
785 ENET_GetRxErrBeforeReadFrame(&context->enet_handle, in eth_rx()
807 status = ENET_ReadFrame(context->base, &context->enet_handle, in eth_rx()
856 ENET_Ptp1588GetTimer(context->base, &context->enet_handle, in eth_rx()
891 status = ENET_ReadFrame(context->base, &context->enet_handle, NULL, in eth_rx()
1068 &context->enet_handle, in eth_mcux_init()
[all …]
Deth_nxp_enet.c82 enet_handle_t enet_handle; member
244 ret = ENET_SendFrame(config->base, &data->enet_handle, data->tx_frame_buf, in eth_nxp_enet_tx()
254 ENET_ReclaimTxDescriptor(config->base, &data->enet_handle, RING_ID); in eth_nxp_enet_tx()
359 status = ENET_GetRxFrameSize(&data->enet_handle, in eth_nxp_enet_rx()
368 ENET_GetRxErrBeforeReadFrame(&data->enet_handle, in eth_nxp_enet_rx()
386 status = ENET_ReadFrame(config->base, &data->enet_handle, in eth_nxp_enet_rx()
453 status = ENET_ReadFrame(config->base, &data->enet_handle, NULL, in eth_nxp_enet_rx()
613 ENET_ReceiveIRQHandler(ENET_IRQ_HANDLER_ARGS(config->base, &data->enet_handle)); in eth_nxp_enet_isr()
619 ENET_TransmitIRQHandler(ENET_IRQ_HANDLER_ARGS(config->base, &data->enet_handle)); in eth_nxp_enet_isr()
715 &data->enet_handle, in eth_nxp_enet_init()
[all …]