Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/silan/
H A Dsc92031.c130 RxOK = 0x0020, enumerator
132 IntrBits = LinkFail|LinkOK|TimeOut|RxOverflow|RxOK|TxOK,
850 if (intr_status & RxOK) in sc92031_tasklet()
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c233 RxOK = (1 << 0), /* Rx packet received */ enumerator
239 RxErr | RxOK | IntrResvd,
288 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
603 if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr)) in cp_interrupt()
/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c404 RxOK=0x8000, RxWholePkt=0x0300, RxErr=0x008F enumerator