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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dipg.c931 u32 txstatusdword = ipg_r32(TX_STATUS); local
933 IPG_DEBUG_MSG("TxStatus = %8.8x\n", txstatusdword);
938 if (!(txstatusdword & IPG_TS_TX_COMPLETE))
947 if (txstatusdword & IPG_TS_TX_ERROR) {
953 if (txstatusdword & IPG_TS_LATE_COLLISION) {
960 if (txstatusdword & IPG_TS_TX_MAX_COLL) {
969 if (txstatusdword & IPG_TS_TX_UNDERRUN) {

Completed in 34 milliseconds