Lines Matching refs:sts
530 uint8_t sts; in mcs7830_recv_common() local
555 if (gotlen < sizeof(sts)) in mcs7830_recv_common()
557 gotlen -= sizeof(sts); in mcs7830_recv_common()
558 sts = buf[gotlen]; in mcs7830_recv_common()
560 if (sts == STAT_RX_FRAME_CORRECT) { in mcs7830_recv_common()
566 sts, in mcs7830_recv_common()
567 (sts & STAT_RX_LARGE_FRAME) ? "large" : "-", in mcs7830_recv_common()
568 (sts & STAT_RX_LENGTH_ERROR) ? "length" : "-", in mcs7830_recv_common()
569 (sts & STAT_RX_SHORT_FRAME) ? "short" : "-", in mcs7830_recv_common()
570 (sts & STAT_RX_CRC_ERROR) ? "crc" : "-", in mcs7830_recv_common()
571 (sts & STAT_RX_ALIGNMENT_ERROR) ? "align" : "-"); in mcs7830_recv_common()