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

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c426 ahp->ah_sifstime = (u_int) -1; /* restore default handling */
432 ahp->ah_sifstime = us;
H A Dar5210_attach.c214 ahp->ah_sifstime = (u_int) -1;
H A Dar5210.h120 u_int ah_sifstime; /* user-specified sifs time */ member in struct:ath_hal_5210
H A Dar5210_reset.c279 if (ahp->ah_sifstime != (u_int) -1)
280 ar5210SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c552 if (ahp->ah_sifstime != (u_int) -1)
553 ar5212SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h132 u_int ah_sifstime; /* user-specified sifs time */ member in struct:ath_hal_5211
H A Dar5211_attach.c232 ahp->ah_sifstime = (u_int) -1;
H A Dar5211_misc.c430 ahp->ah_sifstime = (u_int) -1; /* restore default handling */
H A Dar5211_reset.c529 if (ahp->ah_sifstime != (u_int) -1)
530 ar5211SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c454 ahp->ah_sifstime = (u_int) -1; /* restore default handling */
459 ahp->ah_sifstime = us;
H A Dar5212.h306 u_int ah_sifstime; /* user-specified sifs time */ member in struct:ath_hal_5212
H A Dar5212_attach.c263 ahp->ah_sifstime = (u_int) -1;
H A Dar5212_reset.c655 if (ahp->ah_sifstime != (u_int) -1)
656 ar5212SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c670 if (ahp->ah_sifstime != (u_int) -1)
671 ar5212SetSifsTime(ah, ahp->ah_sifstime);

Completed in 203 milliseconds