| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_fdir.c | 136 iavf_fdir_init(struct iavf_adapter *ad) in iavf_fdir_init() 153 iavf_fdir_uninit(struct iavf_adapter *ad) in iavf_fdir_uninit() 159 iavf_fdir_create(struct iavf_adapter *ad, in iavf_fdir_create() 198 iavf_fdir_destroy(struct iavf_adapter *ad, in iavf_fdir_destroy() 225 iavf_fdir_validation(struct iavf_adapter *ad, in iavf_fdir_validation() 254 iavf_fdir_parse_action_qregion(struct iavf_adapter *ad, in iavf_fdir_parse_action_qregion() 318 iavf_fdir_parse_action(struct iavf_adapter *ad, in iavf_fdir_parse_action() 452 iavf_fdir_parse_pattern(__rte_unused struct iavf_adapter *ad, in iavf_fdir_parse_pattern() 933 iavf_fdir_parse(struct iavf_adapter *ad, in iavf_fdir_parse()
|
| H A D | iavf_hash.c | 462 iavf_hash_default_set(struct iavf_adapter *ad, bool add) in iavf_hash_default_set() 490 iavf_hash_init(struct iavf_adapter *ad) in iavf_hash_init() 977 iavf_hash_parse_pattern_action(__rte_unused struct iavf_adapter *ad, in iavf_hash_parse_pattern_action() 1026 iavf_hash_create(__rte_unused struct iavf_adapter *ad, in iavf_hash_create() 1064 iavf_hash_destroy(__rte_unused struct iavf_adapter *ad, in iavf_hash_destroy() 1089 iavf_hash_uninit(struct iavf_adapter *ad) in iavf_hash_uninit()
|
| H A D | iavf_generic_flow.c | 800 iavf_flow_init(struct iavf_adapter *ad) in iavf_flow_init() 830 iavf_flow_uninit(struct iavf_adapter *ad) in iavf_flow_uninit() 865 struct iavf_adapter *ad) in iavf_register_parser() 893 struct iavf_adapter *ad) in iavf_unregister_parser() 1080 iavf_parse_engine_create(struct iavf_adapter *ad, in iavf_parse_engine_create() 1109 iavf_parse_engine_validate(struct iavf_adapter *ad, in iavf_parse_engine_validate() 1158 struct iavf_adapter *ad = in iavf_flow_process_filter() local 1224 struct iavf_adapter *ad = in iavf_flow_create() local 1278 struct iavf_adapter *ad = in iavf_flow_destroy() local 1310 struct iavf_adapter *ad = in iavf_flow_flush() local [all …]
|
| H A D | iavf_ethdev.c | 304 struct iavf_adapter *ad = in iavf_queues_req_reset() local 329 struct iavf_adapter *ad = in iavf_dev_configure() local 1673 struct iavf_adapter *ad = in iavf_parse_devargs() local 1706 struct iavf_adapter *ad = in iavf_init_proto_xtr() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
| H A D | aead_chacha20poly1305.c | 25 const unsigned char *ad, in crypto_aead_chacha20poly1305_encrypt_detached() 64 const unsigned char *ad, in crypto_aead_chacha20poly1305_encrypt() 96 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_encrypt_detached() 139 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_encrypt() 171 const unsigned char *ad, in crypto_aead_chacha20poly1305_decrypt_detached() 221 const unsigned char *ad, in crypto_aead_chacha20poly1305_decrypt() 251 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_decrypt_detached() 305 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_decrypt()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 271 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_rx_queue_start() local 376 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_rx_queue_stop() local 402 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_tx_queue_start() local 434 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_tx_queue_stop() local 503 struct ice_adapter *ad = &dcf_ad->parent; in ice_dcf_dev_start() local 563 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_stop_queues() local 597 struct ice_adapter *ad = &dcf_ad->parent; in ice_dcf_dev_stop() local 623 struct ice_adapter *ad = &dcf_ad->parent; in ice_dcf_dev_configure() local 810 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_stats_get() local 836 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_stats_reset() local
|
| H A D | ice_acl_filter.c | 470 ice_acl_create_filter(struct ice_adapter *ad, in ice_acl_create_filter() 559 ice_acl_destroy_filter(struct ice_adapter *ad, in ice_acl_destroy_filter() 606 ice_acl_parse_action(__rte_unused struct ice_adapter *ad, in ice_acl_parse_action() 642 ice_acl_parse_pattern(__rte_unused struct ice_adapter *ad, in ice_acl_parse_pattern() 902 ice_acl_parse(struct ice_adapter *ad, in ice_acl_parse() 975 ice_acl_init(struct ice_adapter *ad) in ice_acl_init() 1023 ice_acl_uninit(struct ice_adapter *ad) in ice_acl_uninit()
|
| H A D | ice_switch_filter.c | 390 ice_switch_create(struct ice_adapter *ad, in ice_switch_create() 452 ice_switch_destroy(struct ice_adapter *ad, in ice_switch_destroy() 1431 ice_switch_parse_dcf_action(struct ice_dcf_adapter *ad, in ice_switch_parse_dcf_action() 1645 ice_switch_parse_pattern_action(struct ice_adapter *ad, in ice_switch_parse_pattern_action() 1774 ice_switch_redirect(struct ice_adapter *ad, in ice_switch_redirect() 1856 ice_switch_init(struct ice_adapter *ad) in ice_switch_init() 1883 ice_switch_uninit(struct ice_adapter *ad) in ice_switch_uninit()
|
| H A D | ice_hash.c | 942 ice_hash_init(struct ice_adapter *ad) in ice_hash_init() 1193 ice_hash_parse_pattern_action(__rte_unused struct ice_adapter *ad, in ice_hash_parse_pattern_action() 1241 ice_hash_create(struct ice_adapter *ad, in ice_hash_create() 1306 ice_hash_destroy(struct ice_adapter *ad, in ice_hash_destroy() 1350 ice_hash_uninit(struct ice_adapter *ad) in ice_hash_uninit()
|
| H A D | ice_fdir_filter.c | 1101 ice_fdir_init(struct ice_adapter *ad) in ice_fdir_init() 1125 ice_fdir_uninit(struct ice_adapter *ad) in ice_fdir_uninit() 1255 ice_fdir_create_filter(struct ice_adapter *ad, in ice_fdir_create_filter() 1350 ice_fdir_destroy_filter(struct ice_adapter *ad, in ice_fdir_destroy_filter() 1408 ice_fdir_query_count(struct ice_adapter *ad, in ice_fdir_query_count() 1516 ice_fdir_parse_action(struct ice_adapter *ad, in ice_fdir_parse_action() 1631 ice_fdir_parse_pattern(__rte_unused struct ice_adapter *ad, in ice_fdir_parse_pattern() 2027 ice_fdir_parse(struct ice_adapter *ad, in ice_fdir_parse()
|
| H A D | ice_rxtx.c | 1027 struct ice_adapter *ad = in ice_rx_queue_setup() local 1883 struct ice_adapter *ad = in ice_dev_supported_ptypes_get() local 2855 struct ice_adapter *ad = in ice_tx_done_cleanup() local 3015 struct ice_adapter *ad = in ice_set_rx_function() local 3162 struct ice_adapter *ad = in ice_set_tx_function_flag() local 3231 struct ice_adapter *ad = in ice_set_tx_function() local 3884 struct ice_adapter *ad = in ice_set_default_ptype_table() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/ |
| H A D | aead_xchacha20poly1305.c | 22 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_encrypt_detached() 47 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_encrypt() 76 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_decrypt_detached() 102 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_decrypt()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 626 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_encrypt_afternm() 803 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_decrypt_afternm() 831 const unsigned char *ad, in crypto_aead_aes256gcm_encrypt_detached() 851 const unsigned char *ad, in crypto_aead_aes256gcm_encrypt() 876 const unsigned char *ad, in crypto_aead_aes256gcm_decrypt_detached() 896 const unsigned char *ad, in crypto_aead_aes256gcm_decrypt() 928 const unsigned char *ad, in crypto_aead_aes256gcm_encrypt_detached() 941 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_encrypt() 955 const unsigned char *ad, in crypto_aead_aes256gcm_decrypt_detached() 967 unsigned long long clen, const unsigned char *ad, in crypto_aead_aes256gcm_decrypt() [all …]
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | aead_chacha20poly1305.c | 22 static const unsigned char ad[ADLEN] in tv() local 203 static const unsigned char ad[ADLEN] in tv_ietf() local
|
| H A D | aead_xchacha20poly1305.c | 28 static const unsigned char ad[ADLEN] in tv() local
|
| H A D | secretstream.c | 10 unsigned char *ad; in main() local
|
| H A D | aead_aes256gcm.c | 3082 unsigned char *ad; in tv() local
|
| /f-stack/freebsd/opencrypto/ |
| H A D | ktls_ocf.c | 164 struct tls_mac_data ad; in ktls_ocf_tls_cbc_encrypt() local 324 struct tls_aead_data ad; in ktls_ocf_tls12_gcm_encrypt() local 410 struct tls_aead_data ad; in ktls_ocf_tls12_gcm_decrypt() local 461 struct tls_aead_data_13 ad; in ktls_ocf_tls13_gcm_encrypt() local
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 89 #define ADDR_NETWORK(ad) ((ad)->pfra_net < AF_BITS((ad)->pfra_af)) argument 256 struct pfr_addr *ad; in pfr_add_addrs() local 328 struct pfr_addr *ad; in pfr_del_addrs() local 408 struct pfr_addr ad; in pfr_set_addrs() local 520 struct pfr_addr *ad; in pfr_tst_addrs() local 651 struct pfr_addr *ad; in pfr_clr_astats() local 689 pfr_validate_addr(struct pfr_addr *ad) in pfr_validate_addr() 790 pfr_create_kentry(struct pfr_addr *ad, bool counters) in pfr_create_kentry() 928 struct pfr_addr *ad; in pfr_reset_feedback() local 1470 struct pfr_addr *ad; in pfr_ina_define() local [all …]
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias.c | 755 struct alias_data ad = { in UdpAliasIn() local 880 struct alias_data ad = { in UdpAliasOut() local 962 struct alias_data ad = { in TcpAliasIn() local 1114 struct alias_data ad = { in TcpAliasOut() local 1366 struct alias_data ad = { in LibAliasInLocked() local 1520 struct alias_data ad = { in LibAliasOutLocked() local
|
| H A D | alias_mod.c | 111 struct alias_data *ad) in find_handler()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
| H A D | secretstream_xchacha20poly1305.c | 115 const unsigned char *ad, unsigned long long adlen, unsigned char tag) in crypto_secretstream_xchacha20poly1305_push() 181 const unsigned char *ad, unsigned long long adlen) in crypto_secretstream_xchacha20poly1305_pull()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_rxtx.c | 1768 struct i40e_adapter *ad = in i40e_dev_rx_queue_setup_runtime() local 1834 struct i40e_adapter *ad = in i40e_dev_rx_queue_setup() local 2124 struct i40e_adapter *ad = in i40e_dev_tx_queue_setup_runtime() local 2625 struct i40e_adapter *ad = in i40e_tx_done_cleanup() local 3132 struct i40e_adapter *ad = in i40e_set_rx_function() local 3248 struct i40e_adapter *ad = in i40e_set_tx_function_flag() local 3301 struct i40e_adapter *ad = in i40e_set_tx_function() local 3380 struct i40e_adapter *ad = in i40e_set_default_ptype_table() local 3391 struct i40e_adapter *ad = in i40e_set_default_pctype_table() local
|
| H A D | i40e_rxtx_vec_common.h | 196 struct i40e_adapter *ad = in i40e_rx_vec_dev_conf_condition_check_default() local
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 205 set_avail_op(struct active_device *ad, enum rte_bbdev_op_type op_type) in set_avail_op() 211 is_avail_op(struct active_device *ad, enum rte_bbdev_op_type op_type) in is_avail_op() 441 create_mempools(struct active_device *ad, int socket_id, in create_mempools() 574 struct active_device *ad = &active_devs[nb_active_devs]; in add_bbdev_dev() local 1227 free_buffers(struct active_device *ad, struct test_op_params *op_params) in free_buffers() 2350 struct active_device *ad; in run_test_case_on_device() local 3685 bler_test(struct active_device *ad, in bler_test() 3779 throughput_test(struct active_device *ad, in throughput_test() 4236 validation_latency_test(struct active_device *ad, in validation_latency_test() 4688 offload_cost_test(struct active_device *ad, in offload_cost_test() [all …]
|