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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c427 ahp->ah_sifstime = (u_int) -1; /* restore default handling */
433 ahp->ah_sifstime = us;
H A Dar5210_attach.c225 ahp->ah_sifstime = (u_int) -1;
H A Dar5210.h119 u_int ah_sifstime; /* user-specified sifs time */ member in struct:ath_hal_5210
H A Dar5210_reset.c284 if (ahp->ah_sifstime != (u_int) -1)
285 ar5210SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c554 if (ahp->ah_sifstime != (u_int) -1)
555 ar5212SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h131 u_int ah_sifstime; /* user-specified sifs time */ member in struct:ath_hal_5211
H A Dar5211_attach.c243 ahp->ah_sifstime = (u_int) -1;
H A Dar5211_misc.c430 ahp->ah_sifstime = (u_int) -1; /* restore default handling */
H A Dar5211_reset.c530 if (ahp->ah_sifstime != (u_int) -1)
531 ar5211SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c455 ahp->ah_sifstime = (u_int) -1; /* restore default handling */
460 ahp->ah_sifstime = us;
H A Dar5212.h308 u_int ah_sifstime; /* user-specified sifs time */ member in struct:ath_hal_5212
H A Dar5212_attach.c272 ahp->ah_sifstime = (u_int) -1;
H A Dar5212_reset.c672 if (ahp->ah_sifstime != (u_int) -1)
673 ar5212SetSifsTime(ah, ahp->ah_sifstime);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c734 if (ahp->ah_sifstime != (u_int) -1)
735 ar5212SetSifsTime(ah, ahp->ah_sifstime);

Completed in 128 milliseconds