HomeSort by: relevance | last modified time | path
    Searched refs:ah_globaltxtimeout (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416.h 71 u_int ah_globaltxtimeout; /* global tx timeout */ member in struct:ath_hal_5416
ar5416_xmit.c 590 ahp->ah_globaltxtimeout = (u_int) -1;
594 ahp->ah_globaltxtimeout = tu;
ar5416_reset.c 637 if (ahp->ah_globaltxtimeout != (u_int) -1)
638 ar5416SetGlobalTxTimeout(ah, ahp->ah_globaltxtimeout);

Completed in 13 milliseconds