ath_node
const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space;
struct ath_node *an;
struct ath_node *an;
struct ath_node *an;
struct ath_node *an;
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
struct ath_node *an = ATH_NODE(ni);
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
struct ath_node *an = ATH_NODE(ni);
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
update_stats(struct ath_softc *sc, struct ath_node *an,
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
struct ath_node *an = ATH_NODE(ni);
void ath_rate_node_cleanup(struct ath_softc *, struct ath_node *);
void ath_rate_newassoc(struct ath_softc *, struct ath_node *,
void ath_rate_findrate(struct ath_softc *, struct ath_node *,
void ath_rate_setupxtxdesc(struct ath_softc *, struct ath_node *,
void ath_rate_tx_complete(struct ath_softc *, struct ath_node *,
struct ath_node;
void ath_rate_node_init(struct ath_softc *, struct ath_node *);
#define ATH_NODE(ni) ((struct ath_node *)(ni))
#define ATH_NODE_CONST(ni) ((const struct ath_node *)(ni))