Searched refs:RSR_FE (Results 1 – 2 of 2) sorted by relevance
79 #define RSR_FE (1 << 0) /* bit8: Frame Error */ macro
773 if (ISSET(sts, RSR_FE | RSR_PE | RSR_OE)) { in wmcom_rxsoft()774 if (ISSET(sts, (RSR_FE))) in wmcom_rxsoft()