Home
last modified time | relevance | path

Searched refs:rcv_stat (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dni5010.c503 unsigned char rcv_stat; in ni5010_rx() local
508 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()
/linux-2.4.37.9/arch/m68k/atari/
Ddebug.c137 while( !(mfp.rcv_stat & 0x80) ) /* wait for rx buf filled */ in atari_mfp_console_wait_key()
/linux-2.4.37.9/include/asm-m68k/
Datarihw.h563 u_char rcv_stat; member