Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.h72 TxERR = 0x00000100, TxDESC = 0x00000080, TxOK = 0x00000040, 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()
1701 if (status & (TxURN | TxERR | TxDESC)) in sis900_interrupt()
2550 sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxDESC); in sis900_resume()
/openbmc/qemu/hw/net/
H A Drtl8139.c415 uint64_t TxERR; member
1284 counters->TxERR = 0; in RTL8139TallyCounters_clear()
1311 val64 = cpu_to_le64(tally_counters->TxERR); in RTL8139TallyCounters_dma_write()
3247 VMSTATE_UINT64(tally_counters.TxERR, RTL8139State),