Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dswfunc.h71 #define RXDES_EM_RUNT BIT(21) macro
75 (RXDES_EM_RXERR | RXDES_EM_CRC | RXDES_EM_FTL | RXDES_EM_RUNT | \
H A Dncsi.c251 if (rx_desc0 & RXDES_EM_RUNT) { in check_rx_desc_err()
H A Dmac.c1939 if ( eng->dat.RxDes0DW & RXDES_EM_RUNT) { in check_des_header_Rx()