Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
HDx_emacpsif_dma.c403 NetworkBufferDescriptor_t * pxFirstDescriptor = NULL; in emacps_check_rx() local
467 if( pxFirstDescriptor == NULL ) in emacps_check_rx()
470 pxFirstDescriptor = pxBuffer; in emacps_check_rx()
521 if( pxFirstDescriptor != NULL ) in emacps_check_rx()
523 prvPassEthMessages( pxFirstDescriptor ); in emacps_check_rx()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
HDx_emacpsif_dma.c498 NetworkBufferDescriptor_t * pxFirstDescriptor = NULL; in emacps_check_rx() local
565 if( pxFirstDescriptor == NULL ) in emacps_check_rx()
568 pxFirstDescriptor = pxBuffer; in emacps_check_rx()
621 if( pxFirstDescriptor != NULL ) in emacps_check_rx()
623 prvPassEthMessages( pxFirstDescriptor ); in emacps_check_rx()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDNetworkInterface.c1081 NetworkBufferDescriptor_t * pxFirstDescriptor = NULL; in prvNetworkInterfaceInput() local
1168 if( pxFirstDescriptor == NULL ) in prvNetworkInterfaceInput()
1171 pxFirstDescriptor = pxCurDescriptor; in prvNetworkInterfaceInput()
1227 if( pxFirstDescriptor != NULL ) in prvNetworkInterfaceInput()
1229 prvPassEthMessages( pxFirstDescriptor ); in prvNetworkInterfaceInput()