Searched refs:node_type (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_gen.c | 228 if (node->node_type != (uint32_t)RTE_ACL_NODE_UNDEFINED) in acl_count_trie_types() 233 node->node_type = RTE_ACL_NODE_MATCH; in acl_count_trie_types() 246 node->node_type = RTE_ACL_NODE_SINGLE; in acl_count_trie_types() 250 node->node_type = RTE_ACL_NODE_QRANGE; in acl_count_trie_types() 253 node->node_type = RTE_ACL_NODE_DFA; in acl_count_trie_types() 291 if (node->node_type == RTE_ACL_NODE_QRANGE) { in acl_add_ptrs() 343 switch (node->node_type) { in acl_gen_node() 354 node->node_type; in acl_gen_node() 379 RTE_ACL_VERIFY(node->node_type != in acl_gen_node() 395 switch (node->node_type) { in acl_gen_node() [all …]
|
| H A D | acl_vect.h | 48 typeof(addr) in, node_type, r, t; \ 55 node_type = _##P##_andnot_si##S(index_mask, tr_lo); \ 59 dfa_msk = _##P##_cmpeq_epi32(node_type, t); \
|
| H A D | acl_run_neon.h | 104 uint32x4_t index_msk, node_type, addr; in transition4() local 115 node_type = vbicq_s32(tr_hi_lo.val[0], index_msk); in transition4() 119 t = veorq_s32(node_type, node_type); in transition4() 122 dfa_msk = vceqq_u32(node_type, t); in transition4()
|
| H A D | acl_run_altivec.h | 110 xmm_t in, node_type, r, t; in transition4() local 133 node_type = vec_and(vec_nor(*index_mask, *index_mask), tr_lo); in transition4() 137 dfa_msk = vec_cmpeq(node_type, t); in transition4()
|
| H A D | acl_run_avx512_common.h | 31 _T_simd addr, in, node_type, r, t; in _F_() local 38 node_type = _M_SI_(andnot)(index_mask, tr_lo); in _F_() 42 dfa_msk = _M_I_(cmpeq_epi32_mask)(node_type, t); in _F_()
|
| H A D | acl.h | 118 uint32_t node_type; member
|
| H A D | acl_bld.c | 169 node->node_type = RTE_ACL_NODE_UNDEFINED; in acl_alloc_node()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 335 enum ixgbe_tm_node_type *node_type) in ixgbe_tm_node_search() argument 342 *node_type = IXGBE_TM_NODE_TYPE_PORT; in ixgbe_tm_node_search() 348 *node_type = IXGBE_TM_NODE_TYPE_TC; in ixgbe_tm_node_search() 355 *node_type = IXGBE_TM_NODE_TYPE_QUEUE; in ixgbe_tm_node_search() 592 if (ixgbe_tm_node_search(dev, node_id, &node_type)) { in ixgbe_node_add() 769 tm_node = ixgbe_tm_node_search(dev, node_id, &node_type); in ixgbe_node_delete() 785 if (node_type == IXGBE_TM_NODE_TYPE_PORT) { in ixgbe_node_delete() 797 if (node_type == IXGBE_TM_NODE_TYPE_TC) { in ixgbe_node_delete() 833 if (node_type == IXGBE_TM_NODE_TYPE_QUEUE) in ixgbe_node_type_get() 963 if (node_type == IXGBE_TM_NODE_TYPE_QUEUE) { in ixgbe_node_capabilities_get() [all …]
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 324 uint32_t node_id, enum i40e_tm_node_type *node_type) in i40e_tm_node_search() argument 332 *node_type = I40E_TM_NODE_TYPE_PORT; in i40e_tm_node_search() 338 *node_type = I40E_TM_NODE_TYPE_TC; in i40e_tm_node_search() 345 *node_type = I40E_TM_NODE_TYPE_QUEUE; in i40e_tm_node_search() 482 if (i40e_tm_node_search(dev, node_id, &node_type)) { in i40e_node_add() 664 if (node_type == I40E_TM_NODE_TYPE_PORT) { in i40e_node_delete() 676 if (node_type == I40E_TM_NODE_TYPE_TC) { in i40e_node_delete() 712 if (node_type == I40E_TM_NODE_TYPE_QUEUE) in i40e_node_type_get() 811 enum i40e_tm_node_type node_type; in i40e_node_capabilities_get() local 842 if (node_type == I40E_TM_NODE_TYPE_QUEUE) { in i40e_node_capabilities_get() [all …]
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.c | 221 ice_aq_get_link_topo_handle(struct ice_port_info *pi, u8 node_type, in ice_aq_get_link_topo_handle() argument 235 cmd->addr.node_type_ctx |= (ICE_AQC_LINK_TOPO_NODE_TYPE_M & node_type); in ice_aq_get_link_topo_handle()
|