| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_ethdev.h | 174 LIST_HEAD(mrvl_flows, rte_flow) flows; 178 LIST_HEAD(profiles, mrvl_mtr_profile) profiles; 179 LIST_HEAD(mtrs, mrvl_mtr) mtrs; 182 LIST_HEAD(shaper_profiles, mrvl_tm_shaper_profile) shaper_profiles; 183 LIST_HEAD(nodes, mrvl_tm_node) nodes;
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.h | 86 LIST_HEAD(tap_rss_flows, rte_flow) rss_flows; 87 LIST_HEAD(tap_flows, rte_flow) flows; /* rte_flow rules */ 89 LIST_HEAD(tap_implicit_flows, rte_flow) implicit_flows;
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4.h | 122 LIST_HEAD(mlx4_dev_list, mlx4_priv); 123 LIST_HEAD(mlx4_mr_list, mlx4_mr); 188 LIST_HEAD(, mlx4_rss) rss; /**< Shared targets for Rx flow rules. */ 189 LIST_HEAD(, rte_flow) flows; /**< Configured flow rule handles. */
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.h | 28 LIST_HEAD(rx_filters_by_hash, ionic_rx_filter) 30 LIST_HEAD(rx_filters_by_id, ionic_rx_filter)
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 198 LIST_HEAD(mlx5_dev_list, mlx5_dev_ctx_shared); 533 LIST_HEAD(mem_mngs, mlx5_counter_stats_mem_mng) mem_mngs; 534 LIST_HEAD(stat_raws, mlx5_counter_stats_raw) free_stat_raws; 593 LIST_HEAD(aso_age_list, mlx5_aso_age_action); 944 LIST_HEAD(aso_meter_list, mlx5_aso_mtr); 1131 LIST_HEAD(aso_ct_list, mlx5_aso_ct_action); 1482 LIST_HEAD(rxq, mlx5_rxq_ctrl) rxqsctrl; /* DPDK Rx queues. */ 1485 LIST_HEAD(txq, mlx5_txq_ctrl) txqsctrl; /* DPDK Tx queues. */ 1488 LIST_HEAD(ind_tables, mlx5_ind_table_obj) ind_tbls; 1530 LIST_HEAD(flow_hw_at, rte_flow_actions_template) flow_hw_at; [all …]
|
| H A D | mlx5_rx.h | 150 LIST_HEAD(priv, mlx5_rxq_priv) owners; /* Owner rxq list. */
|
| H A D | mlx5_flow.h | 925 LIST_HEAD(, mlx5_flow_tunnel) tunnels; 1103 LIST_HEAD(act_list, mlx5_action_construct_data) act_list;
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.h | 211 LIST_HEAD(, rte_flow) flows; /**< Configured flow rule handles. */ 212 LIST_HEAD(nodes, dpaa2_tm_node) nodes; 213 LIST_HEAD(shaper_profiles, dpaa2_tm_shaper_profile) shaper_profiles;
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.h | 77 LIST_HEAD(mlx5_mr_list, mlx5_mr); 78 LIST_HEAD(mlx5_mempool_reg_list, mlx5_mempool_reg);
|
| H A D | mlx5_common_utils.h | 40 LIST_HEAD(mlx5_list_head, mlx5_list_entry) h;
|
| /dpdk/lib/eal/common/ |
| H A D | malloc_heap.h | 26 LIST_HEAD(, malloc_elem) free_head[RTE_HEAP_NUM_FREELISTS];
|
| /dpdk/drivers/net/enic/ |
| H A D | enic.h | 165 LIST_HEAD(enic_memzone_list, enic_memzone_entry) memzone_list; 169 LIST_HEAD(enic_flows, rte_flow) flows;
|
| /dpdk/drivers/raw/cnxk_gpio/ |
| H A D | cnxk_gpio_irq.c | 42 LIST_HEAD(, cnxk_gpio_irq_stack) stacks;
|
| /dpdk/lib/ipsec/ |
| H A D | ipsec_telemetry.c | 15 static LIST_HEAD(ipsec_telemetry_head, ipsec_telemetry_entry)
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_alarm.c | 30 static LIST_HEAD(alarm_list, alarm_entry) alarm_list = LIST_HEAD_INITIALIZER();
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.h | 826 LIST_HEAD(vlan_tbl, hns3_user_vlan_table) vlan_list; 829 LIST_HEAD(counters, hns3_flow_counter) flow_counters;
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_alarm.c | 42 static LIST_HEAD(alarm_list, alarm_entry) alarm_list = LIST_HEAD_INITIALIZER();
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_alarm.c | 47 static LIST_HEAD(alarm_list, alarm_entry) alarm_list = LIST_HEAD_INITIALIZER();
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_var.h | 186 LIST_HEAD(hotadd_list, hv_hotadd_context) hotadd_list;
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.h | 236 LIST_HEAD(res_list, pool_entry);
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 333 LIST_HEAD(ice_list_head, ice_list_entry);
|
| /dpdk/lib/bpf/ |
| H A D | bpf_pkt.c | 47 LIST_HEAD(bpf_eth_cbi_list, bpf_eth_cbi);
|
| /dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 75 static LIST_HEAD(, vdev_netvsc_ctx) vdev_netvsc_ctx_list =
|
| /dpdk/lib/hash/ |
| H A D | rte_thash.c | 84 LIST_HEAD(, rte_thash_subtuple_helper) head;
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_manager.c | 64 LIST_HEAD(, virtual_machine_info) vm_list_head;
|