Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c144 bt.bt_nextdba = (nexttbtt<<3) - sc->sc_tdmadbaprep; in ath_tdma_settimers()
174 t.sc_tdmadbaprep = htobe32(sc->sc_tdmadbaprep); in ath_tdma_settimers()
316 sc->sc_tdmadbaprep); in ath_tdma_config()
328 t.tdma_dbaprep = htobe32(sc->sc_tdmadbaprep); in ath_tdma_config()
H A Dif_ath_alq.h91 uint32_t sc_tdmadbaprep; member
H A Dif_ath_sysctl.c984 sc->sc_tdmadbaprep = 2; in ath_sysctlattach()
986 "dbaprep", CTLFLAG_RW, &sc->sc_tdmadbaprep, 0, in ath_sysctlattach()
H A Dif_athvar.h837 u_int sc_tdmadbaprep; /* TDMA DBA prep time */ member