Lines Matching refs:status
91 /* Trailing status byte in Ethernet Rx frame */
504 /* reserve space for the status byte on rx */
519 /* The chip always appends a status byte that we need to strip */
522 u8 status;
531 status = skb->data[skb->len];
533 if (status != MCS7830_RX_FRAME_CORRECT) {
534 dev_dbg(&dev->udev->dev, "rx fixup status %x\n", status);
540 if (status & (MCS7830_RX_SHORT_FRAME
544 if (status & MCS7830_RX_ALIGNMENT_ERROR)
546 if (status & MCS7830_RX_CRC_ERROR)
574 .status = mcs7830_status,
584 .status = mcs7830_status,