Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/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.h134 u_int ah_slottime; /* user-specified slot time */ member
H A Dar5211_attach.c236 ahp->ah_slottime = (u_int) -1; in ar5211Attach()
H A Dar5211_reset.c540 if (ahp->ah_slottime != (u_int) -1) in ar5211Reset()
541 ar5211SetSlotTime(ah, ahp->ah_slottime); in ar5211Reset()
/netbsd/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c452 ahp->ah_slottime = (u_int) -1; /* restore default handling */ in ar5210SetSlotTime()
457 ahp->ah_slottime = us; in ar5210SetSlotTime()
H A Dar5210.h121 u_int ah_slottime; /* user-specified slot time */ member
H A Dar5210_attach.c219 ahp->ah_slottime = (u_int) -1; in ar5210Attach()
H A Dar5210_reset.c284 if (ahp->ah_slottime != (u_int) -1) in ar5210Reset()
285 ar5210SetSlotTime(ah, ahp->ah_slottime); in ar5210Reset()
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c456 ahp->ah_slottime = us; in ar5212SetSifsTime()
476 ahp->ah_slottime = (u_int) -1; /* restore default handling */ in ar5212SetSlotTime()
481 ahp->ah_slottime = us; in ar5212SetSlotTime()
H A Dar5212.h304 u_int ah_slottime; /* user-specified slot time */ member
H A Dar5212_attach.c254 ahp->ah_slottime = (u_int) -1; in ar5212InitState()
H A Dar5212_reset.c660 if (ahp->ah_slottime != (u_int) -1) in ar5212Reset()
661 ar5212SetSlotTime(ah, ahp->ah_slottime); in ar5212Reset()
/netbsd/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c573 if (ahp->ah_slottime != (u_int) -1) in ar5312Reset()
574 ar5212SetSlotTime(ah, ahp->ah_slottime); in ar5312Reset()
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c628 if (ahp->ah_slottime != (u_int) -1) in ar5416InitUserSettings()
629 ar5212SetSlotTime(ah, ahp->ah_slottime); in ar5416InitUserSettings()