Home
last modified time | relevance | path

Searched refs:rxerror (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/9/pc/
H A Dwavelan.c417 goto rxerror; in w_rxdone()
420 goto rxerror; in w_rxdone()
429 goto rxerror; in w_rxdone()
437 goto rxerror; in w_rxdone()
445 goto rxerror; in w_rxdone()
448 goto rxerror; in w_rxdone()
459 rxerror: in w_rxdone()
H A Detherelnk3.c861 int len, port, rxerror, rxstatus; in receive() local
901 rxerror = inb(port+RxError); in receive()
902 if(rxerror & rxOverrun) in receive()
904 if(rxerror & (oversizedFrame|runtFrame)) in receive()
906 if(rxerror & alignmentError) in receive()
908 if(rxerror & crcError) in receive()