Symbol: ath_node
sys/dev/ic/ath.c
2813
const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space;
sys/dev/ic/ath.c
2814
struct ath_node *an;
sys/dev/ic/ath.c
3047
struct ath_node *an;
sys/dev/ic/ath.c
3627
struct ath_node *an;
sys/dev/ic/ath.c
4118
struct ath_node *an;
sys/dev/ic/athrate-amrr.c
104
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-amrr.c
111
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-amrr.c
116
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-amrr.c
131
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-amrr.c
144
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-amrr.c
171
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/ic/athrate-amrr.c
200
struct ath_node *an = ATH_NODE(ni);
sys/dev/ic/athrate-onoe.c
127
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-onoe.c
134
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-onoe.c
139
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-onoe.c
154
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-onoe.c
167
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-onoe.c
181
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/ic/athrate-onoe.c
190
struct ath_node *an = ATH_NODE(ni);
sys/dev/ic/athrate-sample.c
152
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-sample.c
159
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-sample.c
254
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
366
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
395
update_stats(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
489
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
636
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/ic/athrate-sample.c
652
struct ath_node *an = ATH_NODE(ni);
sys/dev/ic/athrate.h
101
void ath_rate_node_cleanup(struct ath_softc *, struct ath_node *);
sys/dev/ic/athrate.h
107
void ath_rate_newassoc(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
125
void ath_rate_findrate(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
132
void ath_rate_setupxtxdesc(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
140
void ath_rate_tx_complete(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
77
struct ath_node;
sys/dev/ic/athrate.h
97
void ath_rate_node_init(struct ath_softc *, struct ath_node *);
sys/dev/ic/athvar.h
101
#define ATH_NODE(ni) ((struct ath_node *)(ni))
sys/dev/ic/athvar.h
102
#define ATH_NODE_CONST(ni) ((const struct ath_node *)(ni))