HomeSort by: relevance | last modified time | path
    Searched refs:ath_node (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
athrate.h 77 struct ath_node;
97 void ath_rate_node_init(struct ath_softc *, struct ath_node *);
101 void ath_rate_node_cleanup(struct ath_softc *, struct ath_node *);
107 void ath_rate_newassoc(struct ath_softc *, struct ath_node *,
125 void ath_rate_findrate(struct ath_softc *, struct ath_node *,
132 void ath_rate_setupxtxdesc(struct ath_softc *, struct ath_node *,
140 void ath_rate_tx_complete(struct ath_softc *, struct ath_node *,
athrate-amrr.c 104 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
111 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
116 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
131 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
144 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
171 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
200 struct ath_node *an = ATH_NODE(ni);
388 struct amrr_node *amn = ATH_NODE_AMRR(ATH_NODE (ni));
athrate-onoe.c 127 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
134 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
139 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
154 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
167 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
181 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
190 struct ath_node *an = ATH_NODE(ni);
378 struct onoe_node *on = ATH_NODE_ONOE(ATH_NODE(ni));
athrate-sample.c 152 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
159 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
254 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
366 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
395 update_stats(struct ath_softc *sc, struct ath_node *an,
489 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
636 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
652 struct ath_node *an = ATH_NODE(ni);
749 ath_rate_newassoc(sc, ATH_NODE(ni), 1)
    [all...]
athvar.h 96 struct ath_node { struct
101 #define ATH_NODE(ni) ((struct ath_node *)(ni))
102 #define ATH_NODE_CONST(ni) ((const struct ath_node *)(ni))
ath.c 2814 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space;
2815 struct ath_node *an;
2837 ath_rate_node_cleanup(sc, ATH_NODE(ni));
3048 struct ath_node *an;
3264 an = ATH_NODE(ni);
3628 struct ath_node *an;
3759 an = ATH_NODE(ni);
4119 struct ath_node *an;
4151 an = ATH_NODE(ni);
4937 ath_rate_newassoc(sc, ATH_NODE(ni), isnew)
    [all...]

Completed in 18 milliseconds