| /dpdk/app/test/ |
| H A D | test_eventdev.c | 83 struct rte_event_dev_info info; in test_eventdev_info_get() local 97 struct rte_event_dev_info *info) in devconf_set_default_sane_values() 116 struct rte_event_dev_info *info, in test_ethdev_config_run() 182 struct rte_event_dev_info info; in test_eventdev_configure() local 243 struct rte_event_dev_info info; in eventdev_configure_setup() local 281 struct rte_event_dev_info info; in test_eventdev_queue_setup() local 328 struct rte_event_dev_info info; in test_eventdev_queue_count() local 347 struct rte_event_dev_info info; in test_eventdev_queue_attr_priority() local 394 struct rte_event_dev_info info; in test_eventdev_queue_attr_priority_runtime() local 485 struct rte_event_dev_info info; in test_eventdev_queue_attr_weight_runtime() local [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npc_parse.c | 71 struct npc_parse_item_info info; in npc_parse_pre_l2() local 116 struct npc_parse_item_info info; in npc_parse_cpt_hdr() local 149 struct npc_parse_item_info info; in npc_parse_higig2_hdr() local 188 struct npc_parse_item_info info; in npc_parse_la() local 251 struct npc_parse_item_info info; in npc_parse_lb() local 404 struct npc_parse_item_info info; in npc_parse_mpls_label_stack() local 445 struct npc_parse_item_info info; in npc_parse_mpls() local 557 struct npc_parse_item_info info; in npc_parse_lc() local 649 struct npc_parse_item_info info; in npc_parse_ld() local 732 struct npc_parse_item_info info; in npc_parse_le() local [all …]
|
| H A D | roc_npc_utils.c | 38 npc_set_hw_mask(struct npc_parse_item_info *info, struct npc_xtract_info *xinfo, in npc_set_hw_mask() 62 struct npc_parse_item_info *info, int lid, int lt) in npc_get_hw_supp_mask() 110 struct npc_parse_item_info *info) in npc_parse_item_basic() 162 struct npc_parse_item_info *info, in npc_update_extraction_data() 213 struct npc_parse_item_info *info, int lid, int lt, in npc_update_parse_state()
|
| /dpdk/app/test-pmd/ |
| H A D | csumonly.c | 110 parse_ipv4(struct rte_ipv4_hdr *ipv4_hdr, struct testpmd_offload_info *info) in parse_ipv4() 130 parse_ipv6(struct rte_ipv6_hdr *ipv6_hdr, struct testpmd_offload_info *info) in parse_ipv6() 192 update_tunnel_outer(struct testpmd_offload_info *info) in update_tunnel_outer() 207 struct testpmd_offload_info *info) in parse_gtp() 260 struct testpmd_offload_info *info) in parse_vxlan() 284 struct testpmd_offload_info *info) in parse_vxlan_gpe() 336 struct testpmd_offload_info *info) in parse_geneve() 431 parse_encap_ip(void *encap_ip, struct testpmd_offload_info *info) in parse_encap_ip() 460 process_inner_cksums(void *l3_hdr, const struct testpmd_offload_info *info, in process_inner_cksums() 569 process_outer_cksums(void *outer_l3_hdr, struct testpmd_offload_info *info, in process_outer_cksums() [all …]
|
| /dpdk/drivers/event/dlb2/ |
| H A D | dlb2_selftest.c | 44 struct rte_event_dev_info info; in init() local 287 struct rte_event_dev_info info; in test_single_link() local 415 struct rte_event_dev_info info; in test_info_get() local 496 struct rte_event_dev_info info; in test_reconfiguration_link() local 823 struct rte_event_dev_info info; in test_load_balanced_traffic() local 947 struct rte_event_dev_info info; in test_directed_traffic() local 1080 struct rte_event_dev_info info; in test_deferred_sched() local 1233 struct rte_event_dev_info info; in test_delayed_pop() local 1482 struct rte_event_dev_info info; in test_dlb2_eventdev() local
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_pr.c | 32 struct fpga_pr_info *info) in fme_pr_write_init() 83 struct fpga_pr_info *info) in fme_pr_write() 152 struct fpga_pr_info *info) in fme_pr_write_complete() 186 struct fpga_pr_info *info, const char *buf, in fpga_pr_buf_load() 232 struct fpga_pr_info info; in fme_pr() local
|
| H A D | ifpga_api.c | 52 struct opae_acc_info *info) in ifpga_acc_get_info() 66 struct opae_acc_region_info *info) in ifpga_acc_get_region_info() 197 struct opae_eth_group_region_info *info) in ifpga_mgr_get_eth_group_region_info() 223 struct opae_board_info **info) in ifpga_mgr_get_board_info() 296 u8 group_id, struct opae_eth_group_info *info) in ifpga_mgr_get_eth_group_info() 322 struct opae_retimer_info *info) in ifpga_mgr_get_retimer_info()
|
| H A D | opae_hw_api.c | 138 int opae_acc_get_info(struct opae_accelerator *acc, struct opae_acc_info *info) in opae_acc_get_info() 157 struct opae_acc_region_info *info) in opae_acc_get_region_info() 710 u8 group_id, struct opae_eth_group_info *info) in opae_manager_get_eth_group_info() 730 u8 group_id, struct opae_eth_group_region_info *info) in opae_manager_get_eth_group_region_info() 802 struct opae_retimer_info *info) in opae_manager_get_retimer_info() 959 struct opae_board_info **info) in opae_mgr_get_board_info()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_ethdev.c | 236 mlx5_set_default_params(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_set_default_params() 276 mlx5_set_txlimit_params(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_set_txlimit_params() 312 mlx5_dev_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *info) in mlx5_dev_infos_get() 395 mlx5_representor_id_encode(const struct mlx5_switch_info *info, in mlx5_representor_id_encode() 430 struct rte_eth_representor_info *info) in mlx5_representor_info_get()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_fdir.c | 257 struct ixgbe_hw_fdir_info *info = in fdir_set_input_mask_82599() local 341 struct ixgbe_hw_fdir_info *info = in fdir_set_input_mask_x550() local 433 struct ixgbe_hw_fdir_info *info = in ixgbe_fdir_store_input_mask_82599() local 456 struct ixgbe_hw_fdir_info *info = in ixgbe_fdir_store_input_mask_x550() local 577 struct ixgbe_hw_fdir_info *info = in ixgbe_set_fdir_flex_conf() local 1122 struct ixgbe_hw_fdir_info *info = in ixgbe_fdir_filter_program() local 1259 struct ixgbe_hw_fdir_info *info = in ixgbe_fdir_flush() local 1282 struct ixgbe_hw_fdir_info *info = in ixgbe_fdir_info_get() local 1341 struct ixgbe_hw_fdir_info *info = in ixgbe_fdir_stats_get() local
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_tcam_shared.c | 48 struct tf_resource_info info; member 193 struct tf_rm_alloc_info *info) in tf_tcam_shared_get_rm_info() 253 struct tf_rm_alloc_info info; in tf_tcam_shared_bind() local 354 struct tf_rm_alloc_info info; in tf_tcam_shared_unbind() local 570 struct tf_rm_alloc_info info; in tf_tcam_shared_free() local 689 struct tf_rm_alloc_info info; in tf_tcam_shared_set() local 799 struct tf_rm_alloc_info info; in tf_tcam_shared_get() local 1031 struct tf_rm_alloc_info info; in tf_tcam_shared_move() local 1195 struct tf_rm_alloc_info info; in tf_tcam_shared_clear() local
|
| /dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 165 configure_output_ports(const struct shared_info *info) in configure_output_ports() 194 create_hash_table(const struct shared_info *info) in create_hash_table() 220 populate_hash_table(const struct rte_hash *h, const struct shared_info *info) in populate_hash_table() 312 struct shared_info *info; in main() local
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 278 struct vhost_crypto_info *info = NULL; in new_device() local 334 struct vhost_crypto_info *info = NULL; in destroy_device() local 376 struct vhost_crypto_info *info = arg; in vhost_crypto_worker() local 454 struct vhost_crypto_info *info = options.infos[i]; in free_resource() local 499 struct vhost_crypto_info *info; in main() local 592 struct vhost_crypto_info *info = options.infos[i]; in main() local
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_manager.c | 58 virDomainInfo info; member 69 struct virtual_machine_info *info; in find_domain_by_name() local 220 open_non_blocking_channel(struct channel_info *info) in open_non_blocking_channel() 284 open_host_channel(struct channel_info *info) in open_host_channel() 770 get_info_vm(const char *vm_name, struct vm_info *info) in get_info_vm() 954 virNodeInfo info; in channel_manager_init() local
|
| H A D | channel_monitor.c | 396 struct vm_info info; in get_pcpu_to_control() local 726 struct vm_info info; in send_freq() local 762 struct vm_info info; in send_capabilities() local 945 struct channel_info *info = *chan_info; in add_channel_to_monitor() local
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_fdir.c | 172 struct txgbe_hw_fdir_info *info = TXGBE_DEV_FDIR(dev); in txgbe_fdir_set_input_mask() local 238 struct txgbe_hw_fdir_info *info = TXGBE_DEV_FDIR(dev); in txgbe_fdir_store_input_mask() local 299 struct txgbe_hw_fdir_info *info = TXGBE_DEV_FDIR(dev); in txgbe_set_fdir_flex_conf() local 794 struct txgbe_hw_fdir_info *info = TXGBE_DEV_FDIR(dev); in txgbe_fdir_filter_program() local 898 struct txgbe_hw_fdir_info *info = TXGBE_DEV_FDIR(dev); in txgbe_fdir_flush() local
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_def_rules.c | 443 struct bnxt_ulp_df_rule_info *info; in bnxt_ulp_destroy_df_rules() local 507 struct bnxt_ulp_df_rule_info *info; in bnxt_ulp_create_df_rules() local 560 struct bnxt_ulp_vfr_rule_info *info; in bnxt_ulp_create_vfr_default_rules() local 614 struct bnxt_ulp_vfr_rule_info *info; in bnxt_ulp_delete_vfr_default_rules() local
|
| H A D | ulp_port_db.c | 627 struct ulp_func_if_info *info; in ulp_port_db_parent_mac_addr_get() local 650 struct ulp_func_if_info *info; in ulp_port_db_drv_mac_addr_get() local 673 struct ulp_func_if_info *info; in ulp_port_db_parent_vnic_get() local 696 struct ulp_func_if_info *info; in ulp_port_db_phy_port_get() local
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_telemetry.c | 36 } info; in ethdev_tel_handle_info() member 39 struct eth_info_s *info; in ethdev_tel_handle_info() local
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev.c | 116 struct rte_bbdev_info info; in test_bbdev_configure_invalid_num_queues() local 172 struct rte_bbdev_info info; in test_bbdev_configure_stop_device() local 257 struct rte_bbdev_info info; in test_bbdev_configure_stop_queue() local 390 struct rte_bbdev_info info; in test_bbdev_configure_invalid_queue_configure() local
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_rxtx.c | 76 void **info; in ionic_tx_flush() local 302 void **info; in ionic_tx_tso_post() local 469 void **info; in ionic_tx() local 653 void **info; in ionic_rx_empty() local 783 void **info; in ionic_rx_clean() local 942 void **info; in ionic_rx_fill() local
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_cpr.c | 140 struct bnxt_error_recovery_info *info; in bnxt_handle_async_event() local 400 struct bnxt_error_recovery_info *info; in bnxt_is_recovery_enabled() local
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_lcore.c | 111 eal_create_lcore_map(const SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX *info) in eal_create_lcore_map() 155 SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX *infos, *info; in eal_create_cpu_map() local
|
| /dpdk/drivers/net/i40e/ |
| H A D | rte_pmd_i40e.c | 1518 uint32_t info = 0; in i40e_add_rm_profile_info() local 1833 struct rte_pmd_i40e_profile_info *info = in rte_pmd_i40e_get_ddp_info() local 1888 struct rte_pmd_i40e_profile_info *info = in rte_pmd_i40e_get_ddp_info() local 2607 struct i40e_queue_regions *info = &pf->queue_region; in i40e_queue_region_set_region() local 2652 struct i40e_queue_regions *info = &pf->queue_region; in i40e_queue_region_set_flowtype() local 2708 struct i40e_queue_regions *info = &pf->queue_region; in i40e_queue_region_pf_flowtype_conf() local 2774 struct i40e_queue_regions *info = &pf->queue_region; in i40e_queue_region_set_user_priority() local 2824 struct i40e_queue_regions *info = &pf->queue_region; in i40e_queue_region_dcb_configure() local 2902 struct i40e_queue_regions *info = &pf->queue_region; in i40e_flush_queue_region_all_conf() local 2962 struct i40e_queue_regions *info = &pf->queue_region; in i40e_queue_region_get_all_info() local
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cnxk_mempool_telemetry.c | 22 struct mempool_info_cb_arg *info = (struct mempool_info_cb_arg *)arg; in mempool_info_cb() local
|