Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h177 #define Err_Flag_MALLOC_FrmSize ( 1 << 2 ) // Malloc fail at frame size bu… macro
H A Dmactest.c1185 return (finish_check(p_eng, Err_Flag_MALLOC_FrmSize)); in setup_data()
H A Dmac.c1137 …if ( eng->flg.error & Err_Flag_MALLOC_FrmSize ) { PRINTF( option, "[Err] Malloc fail at f… in FPri_ErrFlag()