/freebsd-src/sys/dev/ath/ath_rate/onoe/ |
H A D | onoe.c | 101 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() 136 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates() 155 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc() 168 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete() 187 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() 194 ath_rate_update_rx_rssi(struct ath_softc *sc, struct ath_node *an, int rssi) in ath_rate_update_rx_rssi() 201 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() local 419 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
|
H A D | onoe.h | 64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1]) argument
|
/freebsd-src/sys/dev/ath/ath_rate/amrr/ |
H A D | amrr.c | 93 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() 128 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() 200 ath_rate_update_rx_rssi(struct ath_softc *sc, struct ath_node *an, int rssi) in ath_rate_update_rx_rssi() 226 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() local 430 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
|
H A D | amrr.h | 78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1]) argument
|
/freebsd-src/sys/dev/ath/ |
H A D | if_ath_tx.c | 1419 struct ath_node *an = ATH_NODE(bf->bf_node); ath_tx_update_clrdmask() local 1442 ath_tx_should_swq_frame(struct ath_softc * sc,struct ath_node * an,struct mbuf * m0,int * queue_to_head) ath_tx_should_swq_frame() argument 1506 struct ath_node *an = ATH_NODE(bf->bf_node); ath_tx_xmit_normal() local 1567 struct ath_node *an; ath_tx_normal_setup() local 2156 struct ath_node *an = ATH_NODE(ni); ath_tx_raw_start() local 2655 ath_tx_addto_baw(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid,struct ath_buf * bf) ath_tx_addto_baw() argument 2746 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) ath_tx_switch_baw_buf() argument 2793 ath_tx_update_baw(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid,const struct ath_buf * bf) ath_tx_update_baw() argument 3046 ath_tx_xmit_aggr(struct ath_softc * sc,struct ath_node * an,struct ath_txq * txq,struct ath_buf * bf) ath_tx_xmit_aggr() argument 3138 struct ath_node *an = ATH_NODE(ni); ath_tx_swq() local 3294 ath_tx_set_clrdmask(struct ath_softc * sc,struct ath_node * an) ath_tx_set_clrdmask() argument 3316 ath_tx_tid_init(struct ath_softc * sc,struct ath_node * an) ath_tx_tid_init() argument 3806 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) ath_tx_tid_drain_pkt() argument 3846 ath_tx_tid_drain_print(struct ath_softc * sc,struct ath_node * an,const char * pfx,struct ath_tid * tid,struct ath_buf * bf) ath_tx_tid_drain_print() argument 3928 ath_tx_tid_drain(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid,ath_bufhead * bf_cq) ath_tx_tid_drain() argument 4087 ath_tx_node_flush(struct ath_softc * sc,struct ath_node * an) ath_tx_node_flush() argument 4189 struct ath_node *an = ATH_NODE(ni); ath_tx_normal_comp() local 4276 struct ath_node *an = ATH_NODE(ni); ath_tx_comp_cleanup_unaggr() local 4313 ath_tx_tid_cleanup_frame(struct ath_softc * sc,struct ath_node * an,int tid,struct ath_buf * bf_head,ath_bufhead * bf_cq) ath_tx_tid_cleanup_frame() argument 4378 ath_tx_tid_cleanup(struct ath_softc * sc,struct ath_node * an,int tid,ath_bufhead * bf_cq) ath_tx_tid_cleanup() argument 4449 ath_tx_retry_clone(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid,struct ath_buf * bf) ath_tx_retry_clone() argument 4518 struct ath_node *an = ATH_NODE(ni); ath_tx_aggr_retry_unaggr() local 4609 struct ath_node *an = ATH_NODE(ni); ath_tx_retry_subframe() local 4675 struct ath_node *an = ATH_NODE(ni); ath_tx_comp_aggr_error() local 4761 struct ath_node *an = ATH_NODE(ni); ath_tx_comp_cleanup_aggr() local 4825 struct ath_node *an = ATH_NODE(ni); global() local 5166 struct ath_node *an = ATH_NODE(ni); global() local 5369 ath_tx_tid_swq_depth_bytes(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid) global() argument 5425 ath_tx_tid_hw_queue_aggr(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid) global() argument 5656 ath_tx_tid_hw_queue_norm(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid) global() argument 5855 ath_tx_get_tx_tid(struct ath_node * an,int tid) global() argument 5871 ath_tx_ampdu_running(struct ath_softc * sc,struct ath_node * an,int tid) global() argument 5889 ath_tx_ampdu_pending(struct ath_softc * sc,struct ath_node * an,int tid) global() argument 5921 struct ath_node *an = ATH_NODE(ni); global() local 5999 struct ath_node *an = ATH_NODE(ni); global() local 6045 struct ath_node *an = ATH_NODE(ni); global() local 6119 ath_tx_node_reassoc(struct ath_softc * sc,struct ath_node * an) global() argument 6180 struct ath_node *an = ATH_NODE(ni); global() local 6253 struct ath_node *an = ATH_NODE(ni); global() local 6280 ath_tx_node_is_asleep(struct ath_softc * sc,struct ath_node * an) global() argument 6307 ath_tx_node_sleep(struct ath_softc * sc,struct ath_node * an) global() argument 6344 ath_tx_node_wakeup(struct ath_softc * sc,struct ath_node * an) global() argument [all...] |
H A D | if_ath_ioctl.c | 128 struct ath_node *an; in ath_ioctl_ratestats() local
|
H A D | if_ath.c | 3904 struct ath_node *an; ath_node_alloc() local 4350 struct ath_node *an; ath_tx_update_ratectrl() local 6301 struct ath_node *an = ATH_NODE(ni); ath_newassoc() local 6713 struct ath_node *an = ATH_NODE(ni); ath_node_powersave() local 6783 struct ath_node *an = ATH_NODE(ni); ath_node_set_tim() local 6915 struct ath_node *an; ath_tx_update_tim() local 6984 struct ath_node *an; ath_node_recv_pspoll() local [all...] |
H A D | if_ath_tx_ht.c | 818 ath_tx_form_aggr(struct ath_softc * sc,struct ath_node * an,struct ath_tid * tid,ath_bufhead * bf_q) ath_tx_form_aggr() argument [all...] |
/freebsd-src/sys/dev/ath/ath_rate/sample/ |
H A D | sample.c | 174 struct ath_node *an, uint8_t rix0, int is_aggr) in ath_rate_sample_find_min_pktlength() argument 282 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init() argument 288 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup() argument 314 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, in pick_best_rate() argument 414 pick_sample_rate(struct sample_softc * ssc,struct ath_node * an,const HAL_RATE_TABLE * rt,int size_bin) pick_sample_rate() argument 549 struct ath_node *an = ATH_NODE(ni); ath_rate_update_static_rix() local 571 ath_rate_pick_seed_rate_legacy(struct ath_softc * sc,struct ath_node * an,int frameLen) ath_rate_pick_seed_rate_legacy() argument 612 ath_rate_pick_seed_rate_ht(struct ath_softc * sc,struct ath_node * an,int frameLen) ath_rate_pick_seed_rate_ht() argument 659 ath_rate_findrate(struct ath_softc * sc,struct ath_node * an,int shortPreamble,size_t frameLen,int tid,int is_aggr,u_int8_t * rix0,int * try0,u_int8_t * txrate,int * maxdur,int * maxpktlen) ath_rate_findrate() argument 897 ath_rate_getxtxrates(struct ath_softc * sc,struct ath_node * an,uint8_t rix0,int is_aggr,struct ath_rc_series * rc) ath_rate_getxtxrates() argument 925 ath_rate_setupxtxdesc(struct ath_softc * sc,struct ath_node * an,struct ath_desc * ds,int shortPreamble,u_int8_t rix) ath_rate_setupxtxdesc() argument 962 update_stats(struct ath_softc * sc,struct ath_node * an,int frame_size,int rix0,int tries0,int short_tries,int tries,int status,int nframes,int nbad) update_stats() argument 1091 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 rc_framesize,int nframes,int nbad) ath_rate_tx_complete() argument 1264 ath_rate_newassoc(struct ath_softc * sc,struct ath_node * an,int isnew) ath_rate_newassoc() argument 1271 ath_rate_update_rx_rssi(struct ath_softc * sc,struct ath_node * an,int rssi) ath_rate_update_rx_rssi() argument 1299 struct ath_node *an = ATH_NODE(ni); ath_rate_ctl_reset() local 1429 ath_rate_fetch_node_stats(struct ath_softc * sc,struct ath_node * an,struct ath_rateioctl * rs) ath_rate_fetch_node_stats() argument [all...] |
H A D | sample.h | 114 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&(an)[1]) argument
|
/freebsd-src/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec_secy.c | 519 t_Error FM_MACSEC_SECY_CreateRxSa(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, uint32_t l… in FM_MACSEC_SECY_CreateRxSa() 541 t_Error FM_MACSEC_SECY_DeleteRxSa(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an) in FM_MACSEC_SECY_DeleteRxSa() 565 t_Error FM_MACSEC_SECY_RxSaEnableReceive(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an) in FM_MACSEC_SECY_RxSaEnableReceive() 587 t_Error FM_MACSEC_SECY_RxSaDisableReceive(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an) in FM_MACSEC_SECY_RxSaDisableReceive() 609 t_Error FM_MACSEC_SECY_RxSaUpdateNextPn(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, uint… in FM_MACSEC_SECY_RxSaUpdateNextPn() 630 t_Error FM_MACSEC_SECY_RxSaUpdateLowestPn(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, ui… in FM_MACSEC_SECY_RxSaUpdateLowestPn() 651 t_Error FM_MACSEC_SECY_RxSaModifyKey(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, macsecS… in FM_MACSEC_SECY_RxSaModifyKey() 682 t_Error FM_MACSEC_SECY_CreateTxSa(t_Handle h_FmMacsecSecY, macsecAN_t an, macsecSAKey_t key) in FM_MACSEC_SECY_CreateTxSa() 705 t_Error FM_MACSEC_SECY_DeleteTxSa(t_Handle h_FmMacsecSecY, macsecAN_t an) in FM_MACSEC_SECY_DeleteTxSa() 763 t_Error FM_MACSEC_SECY_TxSaSetActive(t_Handle h_FmMacsecSecY, macsecAN_t an) in FM_MACSEC_SECY_TxSaSetActive() [all …]
|
H A D | fm_macsec_master.c | 703 t_Error FmMacsecCreateRxSa(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, macsecAN_t an, uint32… in FmMacsecCreateRxSa() 871 t_Error FmMacsecTxSaSetActive(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, macsecAN_t an) in FmMacsecTxSaSetActive()
|
/freebsd-src/usr.sbin/ctld/ |
H A D | parse.y | 285 const struct auth_name *an; variable 725 const struct auth_name *an; variable
|
H A D | uclparse.c | 395 const struct auth_name *an; in uclparse_auth_group() local 794 const struct auth_name *an; uclparse_target() local [all...] |
/freebsd-src/usr.bin/primes/ |
H A D | spsp.c | 37 uint64_t an = a % n; in mulmod() local
|
/freebsd-src/contrib/pf/ftp-proxy/ |
H A D | filter.c | 198 char an[PF_ANCHOR_NAME_SIZE]; in prepare_commit() local 237 char an[PF_ANCHOR_NAME_SIZE]; in prepare_rule() local
|
/freebsd-src/contrib/pf/tftp-proxy/ |
H A D | filter.c | 207 char an[PF_ANCHOR_NAME_SIZE]; in prepare_commit() local 246 char an[PF_ANCHOR_NAME_SIZE]; in prepare_rule() local
|
/freebsd-src/sys/dev/virtio/scsi/ |
H A D | virtio_scsivar.h | 113 struct virtio_scsi_ctrl_an_req an; member 125 struct virtio_scsi_ctrl_an_resp an; member
|
/freebsd-src/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.h | 64 u8 an; member 102 u8 an; member 128 u8 an; member
|
H A D | ieee802_1x_kay.c | 467 ieee802_1x_kay_init_receive_sa(struct receive_sc * psc,u8 an,u32 lowest_pn,struct data_key * key) ieee802_1x_kay_init_receive_sa() argument 2670 ieee802_1x_kay_init_transmit_sa(struct transmit_sc * psc,u8 an,u32 next_PN,struct data_key * key) ieee802_1x_kay_init_transmit_sa() argument 2841 lookup_txsa_by_an(struct transmit_sc * txsc,u8 an) lookup_txsa_by_an() argument 2854 lookup_rxsa_by_an(struct receive_sc * rxsc,u8 an) lookup_rxsa_by_an() argument [all...] |
/freebsd-src/contrib/pf/authpf/ |
H A D | authpf.c | 683 recursive_ruleset_purge(char *an, char *rs) in recursive_ruleset_purge()
|
/freebsd-src/lib/libc/stdlib/ |
H A D | radixsort.c | 131 const u_char **an, *t, **aj, **top[256]; in r_sort_a() local
|
/freebsd-src/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | semi.c | 138 uint32 an, bn; in test_fmod() local 212 uint32 an, bn; in test_fmodf() local
|
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | driver_macsec_linux.c | 992 set_active_rx_sa(const struct macsec_genl_ctx * ctx,int ifindex,u64 sci,unsigned char an,bool state) set_active_rx_sa() argument 1302 set_active_tx_sa(const struct macsec_genl_ctx * ctx,int ifindex,unsigned char an,bool state) set_active_tx_sa() argument [all...] |
/freebsd-src/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sassp.c | 1589 bit32 ip, an, ods; in saSSPStart() local
|