Home
last modified time | relevance | path

Searched defs:an (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-10-stable/sys/dev/ath/ath_rate/onoe/
Donoe.c101 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init()
107 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup()
112 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate()
133 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates()
152 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc()
165 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete()
184 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc()
193 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() local
411 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
Donoe.h64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1]) argument
/freebsd-10-stable/sys/dev/ath/ath_rate/amrr/
Damrr.c93 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init()
99 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup()
104 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate()
125 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates()
145 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc()
158 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete()
191 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc()
220 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() local
425 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
Damrr.h78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1]) argument
/freebsd-10-stable/sys/dev/ath/
Dif_ath_tx.c1422 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_update_clrdmask() local
1445 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, in ath_tx_should_swq_frame()
1510 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_xmit_normal() local
1574 struct ath_node *an; in ath_tx_normal_setup() local
2566 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, in ath_tx_addto_baw()
2658 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, in ath_tx_switch_baw_buf()
2705 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, in ath_tx_update_baw()
2946 ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an, in ath_tx_xmit_aggr()
3037 struct ath_node *an = ATH_NODE(ni); in ath_tx_swq() local
3180 ath_tx_set_clrdmask(struct ath_softc *sc, struct ath_node *an) in ath_tx_set_clrdmask()
[all …]
Dif_ath.c3577 struct ath_node *an; in ath_node_alloc() local
4016 struct ath_node *an; in ath_tx_update_ratectrl() local
4044 struct ath_node *an = NULL; in ath_tx_process_buf_completion() local
5561 struct ath_node *an = ATH_NODE(ni); in ath_newassoc() local
5843 struct ath_node *an; in ath_ioctl_ratestats() local
6107 struct ath_node *an = ATH_NODE(ni); in ath_node_powersave() local
6177 struct ath_node *an = ATH_NODE(ni); in ath_node_set_tim() local
6309 struct ath_node *an; in ath_tx_update_tim() local
6378 struct ath_node *an; in ath_node_recv_pspoll() local
Dif_ath_tx_ht.c691 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an, in ath_tx_form_aggr()
/freebsd-10-stable/sys/dev/ath/ath_rate/sample/
Dsample.c130 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init()
136 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup()
162 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, in pick_best_rate()
246 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()
369 struct ath_node *an = ATH_NODE(ni); in ath_rate_update_static_rix() local
391 ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an, in ath_rate_pick_seed_rate_legacy()
432 ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an, in ath_rate_pick_seed_rate_ht()
480 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate()
664 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates()
687 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc()
[all …]
Dsample.h115 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&(an)[1]) argument
/freebsd-10-stable/usr.sbin/ctld/
Dparse.y283 const struct auth_name *an; variable
644 const struct auth_name *an; variable
Dctld.c298 struct auth_name *an; in auth_name_new() local
310 auth_name_delete(struct auth_name *an) in auth_name_delete()
/freebsd-10-stable/contrib/pf/ftp-proxy/
Dfilter.c186 char an[PF_ANCHOR_NAME_SIZE]; in prepare_commit() local
225 char an[PF_ANCHOR_NAME_SIZE]; in prepare_rule() local
/freebsd-10-stable/contrib/pf/tftp-proxy/
Dfilter.c195 char an[PF_ANCHOR_NAME_SIZE]; in prepare_commit() local
234 char an[PF_ANCHOR_NAME_SIZE]; in prepare_rule() local
/freebsd-10-stable/sys/dev/virtio/scsi/
Dvirtio_scsivar.h113 struct virtio_scsi_ctrl_an_req an; member
125 struct virtio_scsi_ctrl_an_resp an; member
/freebsd-10-stable/contrib/pf/authpf/
Dauthpf.c686 recursive_ruleset_purge(char *an, char *rs) in recursive_ruleset_purge()
/freebsd-10-stable/lib/libc/stdlib/
Dradixsort.c145 const u_char **an, *t, **aj, **top[256]; local
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsassp.c1590 bit32 ip, an, ods; in saSSPStart() local
/freebsd-10-stable/lib/libc/nameser/
Dns_name.c769 ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) { in ns_name_owned()
/freebsd-10-stable/contrib/unbound/daemon/
Dcachedump.c627 unsigned int flags, qdcount, security, an, ns, ar; in load_msg() local
/freebsd-10-stable/sys/netpfil/pf/
Dpf.c2074 u_int16_t *pc, struct pf_addr *an, u_int16_t pn, u_int8_t u, in pf_change_ap()
2132 pf_change_a(void *a, u_int16_t *c, u_int32_t an, u_int8_t u) in pf_change_a()
2143 pf_change_proto_a(struct mbuf *m, void *a, u_int16_t *c, u_int32_t an, u_int8_t udp) in pf_change_proto_a()
2157 pf_change_a6(struct pf_addr *a, u_int16_t *c, struct pf_addr *an, u_int8_t u) in pf_change_a6()
/freebsd-10-stable/contrib/unbound/util/data/
Dmsgreply.c85 time_t ttl, time_t prettl, size_t an, size_t ns, size_t ar, in construct_reply_info_base()
/freebsd-10-stable/contrib/binutils/binutils/
Dobjdump.c494 const char *an; in compare_symbols() local
Ddlltool.c2933 const char *an = ap->name; in nfunc() local
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_mcp_api.h97 bool an; member
/freebsd-10-stable/sys/dev/mwl/
Dif_mwl.c3459 struct mwl_node *an; in mwl_tx_processq() local

12