Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c435 ahp->ah_slottime = us; in ar5211SetSifsTime()
455 ahp->ah_slottime = us; /* restore default handling */ in ar5211SetSlotTime()
460 ahp->ah_slottime = us; in ar5211SetSlotTime()
H A Dar5211.h132 u_int ah_slottime; /* user-specified slot time */ member
H A Dar5211_attach.c247 ahp->ah_slottime = (u_int) -1; in ar5211Attach()
H A Dar5211_reset.c532 if (ahp->ah_slottime != (u_int) -1) in ar5211Reset()
533 ar5211SetSlotTime(ah, ahp->ah_slottime); in ar5211Reset()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c453 ahp->ah_slottime = (u_int) -1; /* restore default handling */ in ar5210SetSlotTime()
458 ahp->ah_slottime = us; in ar5210SetSlotTime()
H A Dar5210_reset.c286 if (ahp->ah_slottime != (u_int) -1) in ar5210Reset()
287 ar5210SetSlotTime(ah, ahp->ah_slottime); in ar5210Reset()
H A Dar5210_attach.c229 ahp->ah_slottime = (u_int) -1; in ar5210Attach()
H A Dar5210.h120 u_int ah_slottime; /* user-specified slot time */ member
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c548 if (ahp->ah_slottime != (u_int) -1) in ar5312Reset()
549 ar5212SetSlotTime(ah, ahp->ah_slottime); in ar5312Reset()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c480 ahp->ah_slottime = (u_int) -1; /* restore default handling */ in ar5212SetSlotTime()
485 ahp->ah_slottime = us; in ar5212SetSlotTime()
H A Dar5212.h305 u_int ah_slottime; /* user-specified slot time */ member
H A Dar5212_attach.c271 ahp->ah_slottime = (u_int) -1; in ar5212InitState()
H A Dar5212_reset.c674 if (ahp->ah_slottime != (u_int) -1) in ar5212Reset()
675 ar5212SetSlotTime(ah, ahp->ah_slottime); in ar5212Reset()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c737 if (ahp->ah_slottime != (u_int) -1) in ar5416InitUserSettings()
738 ar5212SetSlotTime(ah, ahp->ah_slottime); in ar5416InitUserSettings()