Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h1519 status_t EP_GetRxFrameSizeCommon(ep_handle_t *handle, netc_rx_bdr_t *rxBdRing, uint32_t *length);
Dfsl_netc_endpoint.c1043 status_t EP_GetRxFrameSizeCommon(ep_handle_t *handle, netc_rx_bdr_t *rxBdRing, uint32_t *length) in EP_GetRxFrameSizeCommon() function
1123 result = EP_GetRxFrameSizeCommon(handle, &handle->rxBdRing[ring], length); in EP_GetRxFrameSize()
Dfsl_netc_switch.c822 result = EP_GetRxFrameSizeCommon(handle->epHandle, rxBdRing, length); in SWT_GetRxFrameSize()