Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/ath/ath_rate/onoe/
H A 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()
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 Donoe.h64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1]) argument
/freebsd/sys/dev/ath/ath_rate/amrr/
H A 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()
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 Damrr.h78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1]) argument
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1567 struct ath_node *an; in ath_tx_normal_setup() local
2156 struct ath_node *an = ATH_NODE(ni); in ath_tx_raw_start() local
3138 struct ath_node *an = ATH_NODE(ni); in ath_tx_swq() local
4189 struct ath_node *an = ATH_NODE(ni); in ath_tx_normal_comp() local
4276 struct ath_node *an = ATH_NODE(ni); in ath_tx_comp_cleanup_unaggr() local
4518 struct ath_node *an = ATH_NODE(ni); in ath_tx_aggr_retry_unaggr() local
4609 struct ath_node *an = ATH_NODE(ni); in ath_tx_retry_subframe() local
4675 struct ath_node *an = ATH_NODE(ni); in ath_tx_comp_aggr_error() local
4761 struct ath_node *an = ATH_NODE(ni); in ath_tx_comp_cleanup_aggr() local
4825 struct ath_node *an = ATH_NODE(ni); local
[all …]
H A Dif_ath_ioctl.c128 struct ath_node *an; in ath_ioctl_ratestats() local
H A Dif_ath.c3904 struct ath_node *an; in ath_node_alloc() local
4350 struct ath_node *an; in ath_tx_update_ratectrl() local
6301 struct ath_node *an = ATH_NODE(ni); in ath_newassoc() local
6713 struct ath_node *an = ATH_NODE(ni); in ath_node_powersave() local
6783 struct ath_node *an = ATH_NODE(ni); in ath_node_set_tim() local
6915 struct ath_node *an; in ath_tx_update_tim() local
6984 struct ath_node *an; in ath_node_recv_pspoll() local
H A Dif_ath_tx_ht.c818 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an, in ath_tx_form_aggr()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c174 struct ath_node *an, uint8_t rix0, int is_aggr) in ath_rate_sample_find_min_pktlength()
282 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init()
288 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup()
314 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, in pick_best_rate()
414 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()
549 struct ath_node *an = ATH_NODE(ni); in ath_rate_update_static_rix() local
659 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate()
897 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates()
962 update_stats(struct ath_softc *sc, struct ath_node *an, in update_stats()
1091 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete()
[all …]
H A Dsample.h114 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&(an)[1]) argument
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.c519 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 Dfm_macsec_master.c703 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/usr.sbin/ctld/
H A Dparse.y285 const struct auth_name *an; variable
725 const struct auth_name *an; variable
H A Duclparse.c395 const struct auth_name *an; in uclparse_auth_group() local
794 const struct auth_name *an; in uclparse_target() local
/freebsd/usr.bin/primes/
H A Dspsp.c37 uint64_t an = a % n; in mulmod() local
/freebsd/contrib/pf/ftp-proxy/
H A Dfilter.c198 char an[PF_ANCHOR_NAME_SIZE]; in prepare_commit() local
237 char an[PF_ANCHOR_NAME_SIZE]; in prepare_rule() local
/freebsd/contrib/pf/tftp-proxy/
H A Dfilter.c207 char an[PF_ANCHOR_NAME_SIZE]; in prepare_commit() local
246 char an[PF_ANCHOR_NAME_SIZE]; in prepare_rule() local
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h113 struct virtio_scsi_ctrl_an_req an; member
125 struct virtio_scsi_ctrl_an_resp an; member
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h64 u8 an; member
102 u8 an; member
128 u8 an; member
H A Dieee802_1x_kay.c467 ieee802_1x_kay_init_receive_sa(struct receive_sc *psc, u8 an, u32 lowest_pn, in ieee802_1x_kay_init_receive_sa()
2670 ieee802_1x_kay_init_transmit_sa(struct transmit_sc *psc, u8 an, u32 next_PN, in ieee802_1x_kay_init_transmit_sa()
2841 static struct transmit_sa * lookup_txsa_by_an(struct transmit_sc *txsc, u8 an) in lookup_txsa_by_an()
2854 static struct receive_sa * lookup_rxsa_by_an(struct receive_sc *rxsc, u8 an) in lookup_rxsa_by_an()
/freebsd/lib/libc/stdlib/
H A Dradixsort.c131 const u_char **an, *t, **aj, **top[256]; in r_sort_a() local
/freebsd/contrib/pf/authpf/
H A Dauthpf.c683 recursive_ruleset_purge(char *an, char *rs) in recursive_ruleset_purge()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c138 uint32 an, bn; in test_fmod() local
212 uint32 an, bn; in test_fmodf() local
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c992 u64 sci, unsigned char an, bool state) in set_active_rx_sa()
1302 unsigned char an, bool state) in set_active_tx_sa()
/freebsd/
H A DMakefile301 ${.newline}ERROR: 'kldload filemon' or pass -DNO_FILEMON to suppress this error.

12