Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_misc.c429 ahp->ah_sifstime = (u_int) -1; /* restore default handling */ in ar5210SetSifsTime()
435 ahp->ah_sifstime = us; in ar5210SetSifsTime()
Dar5210_reset.c286 if (ahp->ah_sifstime != (u_int) -1) in ar5210Reset()
287 ar5210SetSifsTime(ah, ahp->ah_sifstime); in ar5210Reset()
Dar5210_attach.c228 ahp->ah_sifstime = (u_int) -1; in ar5210Attach()
Dar5210.h121 u_int ah_sifstime; /* user-specified sifs time */ member
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_reset.c556 if (ahp->ah_sifstime != (u_int) -1) in ar5312Reset()
557 ar5212SetSifsTime(ah, ahp->ah_sifstime); in ar5312Reset()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211.h133 u_int ah_sifstime; /* user-specified sifs time */ member
Dar5211_attach.c246 ahp->ah_sifstime = (u_int) -1; in ar5211Attach()
Dar5211_misc.c432 ahp->ah_sifstime = (u_int) -1; /* restore default handling */ in ar5211SetSifsTime()
Dar5211_reset.c532 if (ahp->ah_sifstime != (u_int) -1) in ar5211Reset()
533 ar5211SetSifsTime(ah, ahp->ah_sifstime); in ar5211Reset()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_misc.c457 ahp->ah_sifstime = (u_int) -1; /* restore default handling */ in ar5212SetSifsTime()
462 ahp->ah_sifstime = us; in ar5212SetSifsTime()
Dar5212_attach.c274 ahp->ah_sifstime = (u_int) -1; in ar5212InitState()
Dar5212.h310 u_int ah_sifstime; /* user-specified sifs time */ member
Dar5212_reset.c674 if (ahp->ah_sifstime != (u_int) -1) in ar5212Reset()
675 ar5212SetSifsTime(ah, ahp->ah_sifstime); in ar5212Reset()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c737 if (ahp->ah_sifstime != (u_int) -1) in ar5416InitUserSettings()
738 ar5212SetSifsTime(ah, ahp->ah_sifstime); in ar5416InitUserSettings()