Lines Matching refs:RSV_GETBIT
870 len, RSV_GETBIT(sts, RSV_DRIBBLENIBBLE));
873 RSV_GETBIT(sts, RSV_RXOK),
874 RSV_GETBIT(sts, RSV_CRCERROR),
875 RSV_GETBIT(sts, RSV_LENCHECKERR),
876 RSV_GETBIT(sts, RSV_LENOUTOFRANGE));
879 RSV_GETBIT(sts, RSV_RXMULTICAST),
880 RSV_GETBIT(sts, RSV_RXBROADCAST),
881 RSV_GETBIT(sts, RSV_RXLONGEVDROPEV),
882 RSV_GETBIT(sts, RSV_CARRIEREV));
885 RSV_GETBIT(sts, RSV_RXCONTROLFRAME),
886 RSV_GETBIT(sts, RSV_RXPAUSEFRAME),
887 RSV_GETBIT(sts, RSV_RXUNKNOWNOPCODE),
888 RSV_GETBIT(sts, RSV_RXTYPEVLAN));
950 if (!RSV_GETBIT(rxstat, RSV_RXOK) || len > MAX_FRAMELEN) {
954 if (RSV_GETBIT(rxstat, RSV_CRCERROR))
956 if (RSV_GETBIT(rxstat, RSV_LENCHECKERR))