Lines Matching refs:RSV_GETBIT
869 len, RSV_GETBIT(sts, RSV_DRIBBLENIBBLE));
872 RSV_GETBIT(sts, RSV_RXOK),
873 RSV_GETBIT(sts, RSV_CRCERROR),
874 RSV_GETBIT(sts, RSV_LENCHECKERR),
875 RSV_GETBIT(sts, RSV_LENOUTOFRANGE));
878 RSV_GETBIT(sts, RSV_RXMULTICAST),
879 RSV_GETBIT(sts, RSV_RXBROADCAST),
880 RSV_GETBIT(sts, RSV_RXLONGEVDROPEV),
881 RSV_GETBIT(sts, RSV_CARRIEREV));
884 RSV_GETBIT(sts, RSV_RXCONTROLFRAME),
885 RSV_GETBIT(sts, RSV_RXPAUSEFRAME),
886 RSV_GETBIT(sts, RSV_RXUNKNOWNOPCODE),
887 RSV_GETBIT(sts, RSV_RXTYPEVLAN));
949 if (!RSV_GETBIT(rxstat, RSV_RXOK) || len > MAX_FRAMELEN) {
953 if (RSV_GETBIT(rxstat, RSV_CRCERROR))
955 if (RSV_GETBIT(rxstat, RSV_LENCHECKERR))