Lines Matching defs:rsr
981 unsigned rsr, pktlen;
1024 rsr = GetByte(XIRCREG0_RSR);
1025 if (bytes_rcvd > maxrx_bytes && (rsr & PktRxOk)) {
1030 } else if (rsr & PktRxOk) {
1036 pr_debug("rsr=%#02x packet_length=%u\n", rsr, pktlen);
1099 if (!(rsr & PhyPkt))
1103 pr_debug("rsr=%#02x\n", rsr);
1105 if (rsr & PktTooLong) {
1109 if (rsr & CRCErr) {
1113 if (rsr & AlignErr) {