Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Drtl8139.c416 uint32_t RxERR; member
860 ++s->tally_counters.RxERR; in rtl8139_do_receive()
879 ++s->tally_counters.RxERR; in rtl8139_do_receive()
891 ++s->tally_counters.RxERR; in rtl8139_do_receive()
915 ++s->tally_counters.RxERR; in rtl8139_do_receive()
932 ++s->tally_counters.RxERR; in rtl8139_do_receive()
994 ++s->tally_counters.RxERR; in rtl8139_do_receive()
1035 ++s->tally_counters.RxERR; in rtl8139_do_receive()
1285 counters->RxERR = 0; in RTL8139TallyCounters_clear()
1314 val32 = cpu_to_le32(tally_counters->RxERR); in RTL8139TallyCounters_dma_write()
[all …]
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.h74 RxERR = 0x00000004, RxDESC = 0x00000002, RxOK = 0x00000001 enumerator
H A Dsis900.c1070 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxDESC); in sis900_open()
1594 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxDESC); in sis900_tx_timeout()
1691 if ((status & (HIBERR|TxURN|TxERR|TxDESC|RxORN|RxERR|RxOK)) == 0) in sis900_interrupt()
1697 if (status & (RxORN | RxERR | RxOK)) in sis900_interrupt()
2550 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxDESC); in sis900_resume()