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

  /src/sys/dev/ic/
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 *,
ath_netbsd.c 114 struct ath_softc *sc;
120 sc = (struct ath_softc *)node.sysctl_data;
132 struct ath_softc *sc;
138 sc = (struct ath_softc *)node.sysctl_data;
150 struct ath_softc *sc;
156 sc = (struct ath_softc *)node.sysctl_data;
168 struct ath_softc *sc;
174 sc = (struct ath_softc *)node.sysctl_data;
197 struct ath_softc *sc;
203 sc = (struct ath_softc *)node.sysctl_data
    [all...]
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)
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)
198 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate)
277 ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni
    [all...]
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)
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)
188 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate)
267 ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni
    [all...]
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...]
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)
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)
648 ath_rate_ctl_reset(struct ath_softc *sc, struct ieee80211_node *ni)
747 struct ath_softc *sc = arg
    [all...]
athvar.h 182 struct ath_softc { struct
189 void (*sc_power)(struct ath_softc *, int);
207 void (*sc_setdefantenna)(struct ath_softc *, u_int);
316 int ath_attach(u_int16_t, struct ath_softc *);
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 *);
athrate-sample.h 187 static unsigned calc_usecs_unicast_packet(struct ath_softc *sc,
  /src/sys/arch/mips/atheros/dev/
if_ath_arbus.c 70 struct ath_softc sc_ath;
110 struct ath_softc *sc;
  /src/sys/dev/cardbus/
if_ath_cardbus.c 86 struct ath_softc sc_ath;
157 struct ath_softc *sc = &csc->sc_ath;
206 struct ath_softc *sc = &csc->sc_ath;
  /src/sys/dev/pci/
if_ath_pci.c 94 struct ath_softc sc_sc;
154 struct ath_softc *sc = &psc->sc_sc;

Completed in 262 milliseconds