Home
last modified time | relevance | path

Searched refs:ah_ctstimeout (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_misc.c524 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */ in ar5210SetCTSTimeout()
530 ahp->ah_ctstimeout = us; in ar5210SetCTSTimeout()
Dar5210_reset.c285 if (ahp->ah_ctstimeout != (u_int) -1) in ar5210Reset()
286 ar5210SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5210Reset()
Dar5210_attach.c228 ahp->ah_ctstimeout = (u_int) -1; in ar5210Attach()
Dar5210.h123 u_int ah_ctstimeout; /* user-specified cts timeout */ member
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_misc.c527 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */ in ar5211SetCTSTimeout()
533 ahp->ah_ctstimeout = us; in ar5211SetCTSTimeout()
Dar5211.h135 u_int ah_ctstimeout; /* user-specified cts timeout */ member
Dar5211_attach.c246 ahp->ah_ctstimeout = (u_int) -1; in ar5211Attach()
Dar5211_reset.c535 if (ahp->ah_ctstimeout != (u_int) -1) in ar5211Reset()
536 ar5211SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5211Reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_reset.c550 if (ahp->ah_ctstimeout != (u_int) -1) in ar5312Reset()
551 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5312Reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_misc.c552 ahp->ah_ctstimeout = (u_int) -1; /* restore default handling */ in ar5212SetCTSTimeout()
558 ahp->ah_ctstimeout = us; in ar5212SetCTSTimeout()
Dar5212.h306 u_int ah_ctstimeout; /* user-specified cts timeout */ member
Dar5212_attach.c271 ahp->ah_ctstimeout = (u_int) -1; in ar5212InitState()
Dar5212_reset.c675 if (ahp->ah_ctstimeout != (u_int) -1) in ar5212Reset()
676 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5212Reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c737 if (ahp->ah_ctstimeout != (u_int) -1) in ar5416InitUserSettings()
738 ar5212SetCTSTimeout(ah, ahp->ah_ctstimeout); in ar5416InitUserSettings()