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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Di82593.h151 #define TX_LOST_CRS (1 << 10) macro
H A Dwavelan_cs.c4238 if(tx_status & TX_LOST_CRS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dcs89x0.h237 #define TX_LOST_CRS 0x0040 macro
243 #define TX_SEND_OK_BITS (TX_OK|TX_LOST_CRS)
H A Dznet.c525 if (tx_status == TX_LOST_CRS)
645 if (tx_status & (TX_LOST_CTS | TX_LOST_CRS))
654 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))
H A Dmac89x0.c429 if (status & TX_LOST_CRS) lp->stats.tx_carrier_errors++;
H A Dcs89x0.c1591 TX_LOST_CRS |
1596 if (status & TX_LOST_CRS) lp->stats.tx_carrier_errors++;

Completed in 110 milliseconds