| /netbsd-src/sys/dev/ic/ |
| H A D | ath_netbsd.c | 114 struct ath_softc *sc; in ath_sysctl_slottime() 120 sc = (struct ath_softc *)node.sysctl_data; in ath_sysctl_slottime() 132 struct ath_softc *sc; in ath_sysctl_acktimeout() 138 sc = (struct ath_softc *)node.sysctl_data; in ath_sysctl_acktimeout() 150 struct ath_softc *sc; in ath_sysctl_ctstimeout() 156 sc = (struct ath_softc *)node.sysctl_data; in ath_sysctl_ctstimeout() 168 struct ath_softc *sc; in ath_sysctl_softled() 174 sc = (struct ath_softc *)node.sysctl_data; in ath_sysctl_softled() 197 struct ath_softc *sc; in ath_sysctl_rxantenna() 203 sc = (struct ath_softc *)node.sysctl_data; in ath_sysctl_rxantenna() [all …]
|
| H A D | athrate.h | 76 struct ath_softc; 86 struct ath_ratectrl *ath_rate_attach(struct ath_softc *); 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 *, 114 void ath_rate_newstate(struct ath_softc *, enum ieee80211_state); 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 *,
|
| H A D | athrate-onoe.c | 121 static void ath_rate_update(struct ath_softc *, struct ieee80211_node *, 123 static void ath_rate_ctl_start(struct ath_softc *, struct ieee80211_node *); 127 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init() 134 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup() 139 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate() 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() 181 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() 188 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate) in ath_rate_update() 267 ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni) in ath_rate_ctl_start() [all …]
|
| H A D | athrate-amrr.c | 98 static void ath_rate_update(struct ath_softc *, struct ieee80211_node *, 100 static void ath_rate_ctl_start(struct ath_softc *, struct ieee80211_node *); 104 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init() 111 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup() 116 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate() 131 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc() 144 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete() 171 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() 198 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate) in ath_rate_update() 277 ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni) in ath_rate_ctl_start() [all …]
|
| H A D | ath.c | 126 static int ath_init(struct ath_softc *); 146 static void ath_mode_init(struct ath_softc *); 147 static void ath_setslottime(struct ath_softc *); 150 static int ath_beacon_alloc(struct ath_softc *, struct ieee80211_node *); 151 static void ath_beacon_setup(struct ath_softc *, struct ath_buf *); 154 static void ath_beacon_free(struct ath_softc *); 155 static void ath_beacon_config(struct ath_softc *); 156 static void ath_descdma_cleanup(struct ath_softc *sc, 158 static int ath_desc_alloc(struct ath_softc *); 159 static void ath_desc_free(struct ath_softc *); [all …]
|
| H A D | athrate-sample.c | 123 static void ath_rate_ctl_reset(struct ath_softc *, struct ieee80211_node *); 152 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init() 159 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup() 254 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate() 366 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc() 395 update_stats(struct ath_softc *sc, struct ath_node *an, in update_stats() 489 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete() 636 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() 648 ath_rate_ctl_reset(struct ath_softc *sc, struct ieee80211_node *ni) in ath_rate_ctl_reset() 747 struct ath_softc *sc = arg; in rate_cb() [all …]
|
| H A D | athvar.h | 182 struct ath_softc { struct 189 void (*sc_power)(struct ath_softc *, int); argument 207 void (*sc_setdefantenna)(struct ath_softc *, u_int); argument 316 int ath_attach(u_int16_t, struct ath_softc *); argument 317 int ath_detach(struct ath_softc *); 319 bool ath_resume(struct ath_softc *); 320 void ath_suspend(struct ath_softc *); 323 void ath_sysctlattach(struct ath_softc *);
|
| H A D | athrate-sample.h | 187 static unsigned calc_usecs_unicast_packet(struct ath_softc *sc, in calc_usecs_unicast_packet()
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | if_ath_cardbus.c | 86 struct ath_softc sc_ath; 157 struct ath_softc *sc = &csc->sc_ath; in ath_cardbus_attach() 206 struct ath_softc *sc = &csc->sc_ath; in ath_cardbus_detach()
|
| /netbsd-src/sys/arch/mips/atheros/dev/ |
| H A D | if_ath_arbus.c | 70 struct ath_softc sc_ath; 110 struct ath_softc *sc; in ath_arbus_attach()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_ath_pci.c | 94 struct ath_softc sc_sc; 154 struct ath_softc *sc = &psc->sc_sc; in ath_pci_attach()
|