Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c838 ahp->ah_globaltxtimeout = (u_int) -1; in ar5416SetGlobalTxTimeout()
842 ahp->ah_globaltxtimeout = tu; in ar5416SetGlobalTxTimeout()
H A Dar5416.h107 u_int ah_globaltxtimeout; /* global tx timeout */ member
H A Dar5416_reset.c745 if (AH5416(ah)->ah_globaltxtimeout != (u_int) -1) in ar5416InitUserSettings()
746 ar5416SetGlobalTxTimeout(ah, AH5416(ah)->ah_globaltxtimeout); in ar5416InitUserSettings()