Home
last modified time | relevance | path

Searched refs:ah_slot_time (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c577 ahp->ah_slot_time = (u_int) -1; /* restore default handling */ in ar9300_set_slot_time()
582 ahp->ah_slot_time = us; in ar9300_set_slot_time()
H A Dar9300.h483 u_int ah_slot_time; /* user-specified slot time */ member
H A Dar9300_reset.c4292 if (ahp->ah_slot_time != (u_int) -1) { in ar9300_init_user_settings()
4293 ar9300_set_slot_time(ah, ahp->ah_slot_time); in ar9300_init_user_settings()
H A Dar9300_attach.c2595 ahp->ah_slot_time = (u_int) -1; in ar9300_new_state()