| /freebsd-12.1/sys/dev/ath/ |
| H A D | if_athrate.h | 70 struct ath_node; 108 void ath_rate_node_init(struct ath_softc *, struct ath_node *); 112 void ath_rate_node_cleanup(struct ath_softc *, struct ath_node *); 118 void ath_rate_newassoc(struct ath_softc *, struct ath_node *, 127 void ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, 136 void ath_rate_findrate(struct ath_softc *, struct ath_node *, 143 void ath_rate_setupxtxdesc(struct ath_softc *, struct ath_node *, 155 void ath_rate_tx_complete(struct ath_softc *, struct ath_node *, 167 int ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
|
| H A D | if_ath_tx.h | 90 extern void ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an); 104 extern void ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an); 105 extern void ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, 107 extern void ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, 114 extern void ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, 116 extern struct ieee80211_tx_ampdu * ath_tx_get_tx_tid(struct ath_node *an, 137 extern void ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an); 138 extern void ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an); 139 extern int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an); 140 extern void ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an);
|
| H A D | if_ath_tx.c | 1566 struct ath_node *an; in ath_tx_normal_setup() 2155 struct ath_node *an = ATH_NODE(ni); in ath_tx_raw_start() 3140 struct ath_node *an = ATH_NODE(ni); in ath_tx_swq() 4192 struct ath_node *an = ATH_NODE(ni); in ath_tx_normal_comp() 4277 struct ath_node *an = ATH_NODE(ni); in ath_tx_comp_cleanup_unaggr() 4520 struct ath_node *an = ATH_NODE(ni); in ath_tx_aggr_retry_unaggr() 4611 struct ath_node *an = ATH_NODE(ni); in ath_tx_retry_subframe() 4677 struct ath_node *an = ATH_NODE(ni); in ath_tx_comp_aggr_error() 4765 struct ath_node *an = ATH_NODE(ni); in ath_tx_comp_cleanup_aggr() 4829 struct ath_node *an = ATH_NODE(ni); [all …]
|
| H A D | if_ath_tx_ht.h | 62 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an,
|
| H A D | if_ath_ioctl.c | 130 struct ath_node *an; in ath_ioctl_ratestats()
|
| H A D | if_athvar.h | 129 struct ath_node *an; /* pointer to parent */ 192 struct ath_node { struct 209 #define ATH_NODE(ni) ((struct ath_node *)(ni)) argument 210 #define ATH_NODE_CONST(ni) ((const struct ath_node *)(ni))
|
| H A D | if_ath.c | 3867 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; in ath_node_alloc() 3868 struct ath_node *an; in ath_node_alloc() 4305 struct ath_node *an; in ath_tx_update_ratectrl() 6182 struct ath_node *an = ATH_NODE(ni); in ath_newassoc() 6594 struct ath_node *an = ATH_NODE(ni); in ath_node_powersave() 6664 struct ath_node *an = ATH_NODE(ni); in ath_node_set_tim() 6796 struct ath_node *an; in ath_tx_update_tim() 6865 struct ath_node *an; in ath_node_recv_pspoll()
|
| H A D | if_ath_tx_ht.c | 823 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an, in ath_tx_form_aggr()
|
| /freebsd-12.1/sys/dev/ath/ath_rate/onoe/ |
| H A D | onoe.c | 103 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init() 109 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup() 114 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate() 135 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates() 154 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc() 167 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete() 186 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() 195 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() 413 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
|
| /freebsd-12.1/sys/dev/ath/ath_rate/amrr/ |
| H A D | amrr.c | 95 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init() 101 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup() 106 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate() 127 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates() 147 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc() 160 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete() 193 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() 222 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() 427 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
|
| /freebsd-12.1/sys/dev/ath/ath_rate/sample/ |
| H A D | sample.c | 134 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init() 140 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup() 166 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, in pick_best_rate() 250 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate() 373 struct ath_node *an = ATH_NODE(ni); in ath_rate_update_static_rix() 484 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate() 667 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates() 690 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc() 715 update_stats(struct ath_softc *sc, struct ath_node *an, in update_stats() 860 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete() [all …]
|
| /freebsd-12.1/sys/dev/wtap/ |
| H A D | if_wtapvar.h | 101 #define WTAP_NODE(ni) ((struct ath_node *)(ni)) 102 #define WTAP_NODE_CONST(ni) ((const struct ath_node *)(ni))
|