Searched refs:EP_GetRxFrameSizeCommon (Results 1 – 3 of 3) sorted by relevance
1519 status_t EP_GetRxFrameSizeCommon(ep_handle_t *handle, netc_rx_bdr_t *rxBdRing, uint32_t *length);
1043 status_t EP_GetRxFrameSizeCommon(ep_handle_t *handle, netc_rx_bdr_t *rxBdRing, uint32_t *length) in EP_GetRxFrameSizeCommon() function1123 result = EP_GetRxFrameSizeCommon(handle, &handle->rxBdRing[ring], length); in EP_GetRxFrameSize()
822 result = EP_GetRxFrameSizeCommon(handle->epHandle, rxBdRing, length); in SWT_GetRxFrameSize()