Searched refs:an (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.h64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1])
H A Donoe.c101 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
107 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
112 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, argument
116 struct onoe_node *on = ATH_NODE_ONOE(an);
133 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, argument
136 struct onoe_node *on = ATH_NODE_ONOE(an);
152 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, argument
155 struct onoe_node *on = ATH_NODE_ONOE(an);
165 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, argument
169 struct onoe_node *on = ATH_NODE_ONOE(an);
184 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
193 struct ath_node *an = ATH_NODE(ni); local
411 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *re) argument
[all...]
/freebsd-10-stable/contrib/dialog/samples/
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox210 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox412 Hi, this is an edit box. It can be used to edit text from a file.
/freebsd-10-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.h78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1])
H A Damrr.c93 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
99 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
104 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, argument
108 struct amrr_node *amn = ATH_NODE_AMRR(an);
125 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, argument
128 struct amrr_node *amn = ATH_NODE_AMRR(an);
145 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, argument
148 struct amrr_node *amn = ATH_NODE_AMRR(an);
158 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, argument
162 struct amrr_node *amn = ATH_NODE_AMRR(an);
191 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
220 struct ath_node *an = ATH_NODE(ni); local
425 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *re) argument
[all...]
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_tx.h89 extern void ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an);
103 extern void ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an);
104 extern void ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an,
106 extern void ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an,
113 extern void ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an,
115 extern struct ieee80211_tx_ampdu * ath_tx_get_tx_tid(struct ath_node *an,
136 extern void ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an);
137 extern void ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an);
138 extern int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
139 extern void ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an);
[all...]
H A Dif_ath_tx_ht.h60 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an,
H A Dif_ath_tx.c119 static int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
121 static int ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an,
123 static int ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an,
130 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an,
214 * Since the sender may try to set an AC which is
453 * If 11n is enabled, set it up as if it's an aggregate
465 * descriptor in the first frame in an
545 * Setup segments+descriptors for an 11n aggregate.
663 * info. But if the last frame in an aggregate has one
673 * is called on the final descriptor in an MPD
1422 struct ath_node *an = ATH_NODE(bf->bf_node); local
1445 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, struct mbuf *m0, int *queue_to_head) argument
1510 struct ath_node *an = ATH_NODE(bf->bf_node); local
1574 struct ath_node *an; local
2566 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
2658 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) argument
2705 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, const struct ath_buf *bf) argument
2946 ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_txq *txq, struct ath_buf *bf) argument
3037 struct ath_node *an = ATH_NODE(ni); local
3180 ath_tx_set_clrdmask(struct ath_softc *sc, struct ath_node *an) argument
3202 ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an) argument
3670 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) argument
3710 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument
3792 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq) argument
3951 ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an) argument
4053 struct ath_node *an = ATH_NODE(ni); local
4125 struct ath_node *an = ATH_NODE(ni); local
4160 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, ath_bufhead *bf_cq) argument
4242 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
4311 struct ath_node *an = ATH_NODE(ni); local
4402 struct ath_node *an = ATH_NODE(ni); local
4468 struct ath_node *an = ATH_NODE(ni); local
4556 struct ath_node *an = ATH_NODE(ni); local
4609 struct ath_node *an = ATH_NODE(ni); local
4942 struct ath_node *an = ATH_NODE(ni); local
5138 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5367 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5545 ath_tx_get_tx_tid(struct ath_node *an, int tid) argument
5561 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) argument
5579 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) argument
5612 struct ath_node *an = ATH_NODE(ni); local
5690 struct ath_node *an = ATH_NODE(ni); local
5737 struct ath_node *an = ATH_NODE(ni); local
5797 ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an) argument
5852 struct ath_node *an = ATH_NODE(ni); local
5901 struct ath_node *an = ATH_NODE(ni); local
5928 ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an) argument
5955 ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an) argument
5992 ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an) argument
[all...]
H A Dif_athrate.h63 * number is != ATH_TXMAXTRY then an additional callback is made to setup
113 * (when operating as an ap or for nodes discovered when operating
125 void ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
165 int ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
/freebsd-10-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c83 * This file is an implementation of the SampleRate algorithm
130 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
136 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
162 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, argument
165 struct sample_node *sn = ATH_NODE_SAMPLE(an);
178 if ((an->an_node.ni_flags & IEEE80211_NODE_HT) &&
209 if (an->an_node.ni_flags & IEEE80211_NODE_HT) {
218 if (! (an->an_node.ni_flags & IEEE80211_NODE_HT)) {
231 if (an->an_node.ni_flags & IEEE80211_NODE_HT) {
246 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, argument
369 struct ath_node *an = ATH_NODE(ni); local
391 ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
432 ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
480 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix0, int *try0, u_int8_t *txrate) argument
664 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, uint8_t rix0, struct ath_rc_series *rc) argument
687 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
712 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int rix1, int tries1, int rix2, int tries2, int rix3, int tries3, int short_tries, int tries, int status, int nframes, int nbad) argument
851 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
1007 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
1037 struct ath_node *an = ATH_NODE(ni); local
1167 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *rs) argument
[all...]
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dmodword.exp2 LIST:[]="" is an error
41 LIST:[1.]="" is an error
43 LIST:[1].="}" is an error
49 LIST:[-]="" is an error
51 LIST:[--]="" is an error
70 LIST:[1.]="" is an error
72 LIST:[1..]="" is an error
75 LIST:[1..1.]="" is an error
81 LIST:[0..1]="" is an error
83 LIST:[-1..0]="" is an erro
[all...]
H A Dcomment.mk12 # This is an escaped comment \
20 # This is NOT an escaped comment due to the double backslashes \\
H A Dmodword.mk28 @echo 'LIST:[]="${LIST:[]}" is an error'
70 @echo 'LIST:[1.]="${LIST:[1.]}" is an error'
71 @echo 'LIST:[1].="${LIST:[1].}" is an error'
76 @echo 'LIST:[-]="${LIST:[-]}" is an error'
77 @echo 'LIST:[--]="${LIST:[--]}" is an error'
97 @echo 'LIST:[1.]="${LIST:[1.]}" is an error'
98 @echo 'LIST:[1..]="${LIST:[1..]}" is an error'
100 @echo 'LIST:[1..1.]="${LIST:[1..1.]}" is an error'
105 @echo 'LIST:[0..1]="${LIST:[0..1]}" is an error'
106 @echo 'LIST:[-1..0]="${LIST:[-1..0]}" is an erro
[all...]
H A Dunexport-env.mk6 # an example of setting up a minimal environment.
H A Dcond1.mk74 # We expect an extra else warning - we're not skipping here
76 A=this should be an error
84 # We expect an extra else warning - we are skipping here
86 B=this should be an error
H A Dforloop.exp14 We expect an error next:
/freebsd-10-stable/sys/modules/an/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/an
/freebsd-10-stable/sys/dev/an/
H A Dif_an_isa.c72 #include <dev/an/if_aironet_ieee.h>
73 #include <dev/an/if_anreg.h>
141 "an",
148 DRIVER_MODULE(an, isa, an_isa_driver, an_isa_devclass, 0, 0);
149 MODULE_DEPEND(an, isa, 1, 1, 1);
150 MODULE_DEPEND(an, wlan, 1, 1, 1);
H A Dif_an_pccard.c69 #include <dev/an/if_aironet_ieee.h>
70 #include <dev/an/if_anreg.h>
94 "an",
101 DRIVER_MODULE(an, pccard, an_pccard_driver, an_pccard_devclass, 0, 0);
102 MODULE_DEPEND(an, wlan, 1, 1, 1);
H A Dif_an_pci.c43 * All we do here is handle the PCI probe and attach and set up an
86 #include <dev/an/if_aironet_ieee.h>
87 #include <dev/an/if_anreg.h>
258 "an",
265 DRIVER_MODULE(an, pci, an_pci_driver, an_devclass, 0, 0);
266 MODULE_DEPEND(an, pci, 1, 1, 1);
267 MODULE_DEPEND(an, wlan, 1, 1, 1);
/freebsd-10-stable/crypto/openssl/util/
H A Dmkbuildinf.pl12 * Generate CFLAGS as an array of individual characters. This is a
/freebsd-10-stable/contrib/sqlite3/tea/
H A Dconfigure.ac2 dnl This file is an input file used by the GNU "autoconf" program to
/freebsd-10-stable/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor.h70 #error Choose an interface in osm_config.h

Completed in 263 milliseconds

1234567891011>>