Home
last modified time | relevance | path

Searched refs:xErrorHead (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_hw.c81 static BaseType_t xErrorHead, xErrorTail; variable
89 BaseType_t xNextHead = xErrorHead; in emacps_error_handler()
102 xErrorList[ xErrorHead ].arg = arg; in emacps_error_handler()
103 xErrorList[ xErrorHead ].Direction = Direction; in emacps_error_handler()
104 xErrorList[ xErrorHead ].ErrorWord = ErrorWord; in emacps_error_handler()
106 xErrorHead = xNextHead; in emacps_error_handler()
131 if( xErrorHead == xErrorTail ) in emacps_check_errors()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_hw.c82 static BaseType_t xErrorHead, xErrorTail; variable
90 BaseType_t xNextHead = xErrorHead; in emacps_error_handler()
105 xErrorList[ xErrorHead ].arg = arg; in emacps_error_handler()
106 xErrorList[ xErrorHead ].Direction = Direction; in emacps_error_handler()
107 xErrorList[ xErrorHead ].ErrorWord = ErrorWord; in emacps_error_handler()
109 xErrorHead = xNextHead; in emacps_error_handler()
134 if( xErrorHead == xErrorTail ) in emacps_check_errors()