Searched defs:selector (Results 1 – 12 of 12) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_ctl.c | 94 struct selector { struct 96 struct rte_swx_ctl_selector_info info; argument 101 /* selector fields. */ argument 102 struct rte_swx_ctl_table_match_field_info *selector_fields; argument 107 /* Current selector table. Array of info.n_groups_max elements.*/ argument 108 struct rte_swx_table_selector_group **groups; argument 112 struct rte_swx_table_selector_group **pending_groups; argument 123 struct rte_swx_table_selector_params params; argument
|
| H A D | rte_swx_pipeline_internal.h | 773 struct selector { struct 778 struct field **selector_fields; argument 779 uint32_t n_selector_fields; argument 780 struct header *selector_header; argument 789 TAILQ_HEAD(selector_tailq, selector); argument
|
| H A D | rte_swx_pipeline.c | 2223 struct selector_runtime *selector = &t->selectors[selector_id]; in instr_selector_exec() local 9522 struct rte_swx_ctl_selector_info *selector) in rte_swx_ctl_selector_info_get()
|
| /dpdk/lib/acl/ |
| H A D | acl_run_neon.h | 40 uint32x4_t selector; in resolve_priority_neon() local
|
| H A D | acl_run_sse.h | 60 xmm_t results, priority, results1, priority1, selector; in resolve_priority_sse() local
|
| H A D | acl_run_altivec.h | 44 __vector bool int selector; in resolve_priority_altivec() local
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.c | 380 u8 up, selector; in i40e_parse_cee_app_tlv() local 1172 u8 priority, selector, i = 0; in i40e_add_ieee_app_pri_tlv() local
|
| H A D | i40e_type.h | 657 u8 selector; member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_ie_on.h | 216 struct roc_ie_on_traffic_selector selector; member 221 struct roc_ie_on_traffic_selector selector; member 226 struct roc_ie_on_traffic_selector selector; member
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_dcb.c | 477 u8 up, selector; in ice_parse_cee_app_tlv() local 1210 u8 priority, selector, i = 0; in ice_add_ieee_app_pri_tlv() local
|
| H A D | ice_type.h | 1028 u8 selector; member
|
| /dpdk/lib/table/ |
| H A D | rte_swx_table_selector.c | 559 uint32_t *group_id_ptr, *member_id_ptr, group_id, member_id, selector, group_member_index; in rte_swx_table_selector_select() local
|