Searched refs:rx_desc0 (Results 1 – 1 of 1) sorted by relevance
221 static int check_rx_desc_err(MAC_ENGINE *p_eng, uint32_t rx_desc0) in check_rx_desc_err() argument225 if (rx_desc0 & RXDES_EM_ALL) { in check_rx_desc_err()227 if (rx_desc0 & RXDES_EM_RXERR) { in check_rx_desc_err()229 rx_desc0); in check_rx_desc_err()235 if (rx_desc0 & RXDES_EM_CRC) { in check_rx_desc_err()237 rx_desc0); in check_rx_desc_err()243 if (rx_desc0 & RXDES_EM_FTL) { in check_rx_desc_err()245 rx_desc0); in check_rx_desc_err()251 if (rx_desc0 & RXDES_EM_RUNT) { in check_rx_desc_err()253 rx_desc0); in check_rx_desc_err()[all …]