Searched refs:rcv_stat (Results 1 – 3 of 3) sorted by relevance
503 unsigned char rcv_stat; in ni5010_rx() local508 rcv_stat = inb(EDLC_RSTAT); in ni5010_rx()509 PRINTK3((KERN_DEBUG "%s: EDLC_RSTAT = %#2x\n", dev->name, rcv_stat)); in ni5010_rx()511 if ( (rcv_stat & RS_VALID_BITS) != RS_PKT_OK) { in ni5010_rx()514 if (rcv_stat & RS_RUNT) lp->stats.rx_length_errors++; in ni5010_rx()515 if (rcv_stat & RS_ALIGN) lp->stats.rx_frame_errors++; in ni5010_rx()516 if (rcv_stat & RS_CRC_ERR) lp->stats.rx_crc_errors++; in ni5010_rx()517 if (rcv_stat & RS_OFLW) lp->stats.rx_fifo_errors++; in ni5010_rx()
137 while( !(mfp.rcv_stat & 0x80) ) /* wait for rx buf filled */ in atari_mfp_console_wait_key()
563 u_char rcv_stat; member