Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/cirrus/
Dcs89x0.h239 #define TX_OK 0x0100 macro
243 #define TX_SEND_OK_BITS (TX_OK|TX_LOST_CRS)
Dcs89x0.c543 if ((readreg(dev, PP_TxEvent) & TX_SEND_OK_BITS) == TX_OK) { in send_test_pkt()
740 if ((status & (TX_OK | in net_interrupt()
744 TX_16_COL)) != TX_OK) { in net_interrupt()
745 if ((status & TX_OK) == 0) in net_interrupt()
Dmac89x0.c396 if ((status & TX_OK) == 0) in net_interrupt()