Searched refs:TX_LOST_CRS (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/cirrus/
H A Dcs89x0.h237 #define TX_LOST_CRS 0x0040 macro
243 #define TX_SEND_OK_BITS (TX_OK|TX_LOST_CRS)
H A Dmac89x0.c449 if (status & TX_LOST_CRS)
H A Dcs89x0.c1527 TX_LOST_CRS |
1533 if (status & TX_LOST_CRS)
/drivers/net/ethernet/i825xx/
H A Dznet.c522 if (tx_status == TX_LOST_CRS)
641 if (tx_status & (TX_LOST_CTS | TX_LOST_CRS))
650 if ((tx_status | (TX_LOST_CRS | TX_LOST_CTS | TX_UND_RUN | TX_HRT_BEAT | TX_MAX_COL)) != (TX_LOST_CRS | TX_LOST_CTS | TX_UND_RUN | TX_HRT_BEAT | TX_MAX_COL))

Completed in 95 milliseconds