Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/racal/
Dni5010.c523 unsigned char rcv_stat; in ni5010_rx() local
529 rcv_stat = inb(EDLC_RSTAT); in ni5010_rx()
530 PRINTK3((KERN_DEBUG "%s: EDLC_RSTAT = %#2x\n", dev->name, rcv_stat)); in ni5010_rx()
532 if ( (rcv_stat & RS_VALID_BITS) != RS_PKT_OK) { in ni5010_rx()
535 if (rcv_stat & RS_RUNT) dev->stats.rx_length_errors++; in ni5010_rx()
536 if (rcv_stat & RS_ALIGN) dev->stats.rx_frame_errors++; in ni5010_rx()
537 if (rcv_stat & RS_CRC_ERR) dev->stats.rx_crc_errors++; in ni5010_rx()
538 if (rcv_stat & RS_OFLW) dev->stats.rx_fifo_errors++; in ni5010_rx()
/linux-3.4.99/arch/m68k/atari/
Ddebug.c134 while (!(st_mfp.rcv_stat & 0x80)) /* wait for rx buf filled */
/linux-3.4.99/arch/m68k/include/asm/
Datarihw.h564 u_char rcv_stat; member