Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sis/
Dsis900.h73 RxERR = 0x00000004, RxDESC = 0x00000002, RxOK = 0x00000001 enumerator
Dsis900.c1061 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE); in sis900_open()
1584 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE); in sis900_tx_timeout()
1680 if ((status & (HIBERR|TxURN|TxERR|TxIDLE|RxORN|RxERR|RxOK)) == 0) in sis900_interrupt()
1686 if (status & (RxORN | RxERR | RxOK)) in sis900_interrupt()
2479 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE); in sis900_resume()