Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sis/
H A Dsis900.h204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
H A Dsis900.c1910 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit()
1917 if (tx_status & UNDERRUN) in sis900_finish_xmit()