Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 16 of 16) sorted by relevance

/dpdk/lib/acl/
H A Dacl_gen.c228 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 Dacl_vect.h44 typeof(addr) in, node_type, r, t; \
51 node_type = _##P##_andnot_si##S(index_mask, tr_lo); \
55 dfa_msk = _##P##_cmpeq_epi32(node_type, t); \
H A Dacl_run_neon.h104 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 Dacl_run_altivec.h110 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 Dacl_run_avx512_common.h31 _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 Dacl.h118 uint32_t node_type; member
H A Dacl_bld.c169 node->node_type = RTE_ACL_NODE_UNDEFINED; in acl_alloc_node()
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c301 enum hns3_tm_node_type *node_type) in hns3_tm_node_search() argument
309 *node_type = HNS3_TM_NODE_TYPE_PORT; in hns3_tm_node_search()
315 *node_type = HNS3_TM_NODE_TYPE_TC; in hns3_tm_node_search()
322 *node_type = HNS3_TM_NODE_TYPE_QUEUE; in hns3_tm_node_search()
656 enum hns3_tm_node_type node_type, in hns3_tm_node_do_delete() argument
670 if (node_type == HNS3_TM_NODE_TYPE_TC) { in hns3_tm_node_do_delete()
733 if (node_type == HNS3_TM_NODE_TYPE_QUEUE) in hns3_tm_node_type_get()
843 if (node_type == HNS3_TM_NODE_TYPE_PORT) in hns3_tm_nonleaf_node_capabilities_get()
878 enum hns3_tm_node_type node_type; in hns3_tm_node_capabilities_get() local
893 if (node_type != HNS3_TM_NODE_TYPE_QUEUE) in hns3_tm_node_capabilities_get()
[all …]
/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c335 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 …]
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c325 enum txgbe_tm_node_type *node_type) in txgbe_tm_node_search() argument
331 *node_type = TXGBE_TM_NODE_TYPE_PORT; in txgbe_tm_node_search()
337 *node_type = TXGBE_TM_NODE_TYPE_TC; in txgbe_tm_node_search()
344 *node_type = TXGBE_TM_NODE_TYPE_QUEUE; in txgbe_tm_node_search()
580 if (txgbe_tm_node_search(dev, node_id, &node_type)) { in txgbe_node_add()
756 tm_node = txgbe_tm_node_search(dev, node_id, &node_type); in txgbe_node_delete()
772 if (node_type == TXGBE_TM_NODE_TYPE_PORT) { in txgbe_node_delete()
784 if (node_type == TXGBE_TM_NODE_TYPE_TC) { in txgbe_node_delete()
820 if (node_type == TXGBE_TM_NODE_TYPE_QUEUE) in txgbe_node_type_get()
936 if (node_type == TXGBE_TM_NODE_TYPE_QUEUE) { in txgbe_node_capabilities_get()
[all …]
/dpdk/drivers/net/i40e/
H A Di40e_tm.c324 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 …]
/dpdk/drivers/net/iavf/
H A Diavf_tm.c102 uint32_t node_id, enum iavf_tm_node_type *node_type) in iavf_tm_node_search() argument
110 *node_type = IAVF_TM_NODE_TYPE_PORT; in iavf_tm_node_search()
116 *node_type = IAVF_TM_NODE_TYPE_TC; in iavf_tm_node_search()
123 *node_type = IAVF_TM_NODE_TYPE_QUEUE; in iavf_tm_node_search()
238 tm_node = iavf_tm_node_search(dev, node_id, &node_type); in iavf_node_type_get()
245 if (node_type == IAVF_TM_NODE_TYPE_QUEUE) in iavf_node_type_get()
302 if (iavf_tm_node_search(dev, node_id, &node_type)) { in iavf_tm_node_add()
469 if (node_type == IAVF_TM_NODE_TYPE_PORT) { in iavf_tm_node_delete()
477 if (node_type == IAVF_TM_NODE_TYPE_TC) { in iavf_tm_node_delete()
745 enum iavf_tm_node_type node_type; in iavf_node_capabilities_get() local
[all …]
/dpdk/drivers/net/ice/
H A Dice_dcf_sched.c91 uint32_t node_id, enum ice_dcf_tm_node_type *node_type) in ice_dcf_tm_node_search() argument
100 *node_type = ICE_DCF_TM_NODE_TYPE_PORT; in ice_dcf_tm_node_search()
106 *node_type = ICE_DCF_TM_NODE_TYPE_TC; in ice_dcf_tm_node_search()
113 *node_type = ICE_DCF_TM_NODE_TYPE_VSI; in ice_dcf_tm_node_search()
237 enum ice_dcf_tm_node_type node_type = ICE_DCF_TM_NODE_TYPE_MAX; in ice_dcf_node_add() local
267 if (ice_dcf_tm_node_search(dev, node_id, &node_type)) { in ice_dcf_node_add()
423 tm_node = ice_dcf_tm_node_search(dev, node_id, &node_type); in ice_dcf_node_delete()
439 if (node_type == ICE_DCF_TM_NODE_TYPE_PORT) { in ice_dcf_node_delete()
451 if (node_type == ICE_DCF_TM_NODE_TYPE_TC) { in ice_dcf_node_delete()
788 tc_bw->node_type = VIRTCHNL_DCF_TARGET_TC_BW; in ice_dcf_hierarchy_commit()
[all …]
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.h10 enum node_type { enum
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h1424 u8 node_type; member
/dpdk/drivers/net/ice/base/
H A Dice_common.c411 ice_aq_get_link_topo_handle(struct ice_port_info *pi, u8 node_type, in ice_aq_get_link_topo_handle() argument
427 (ICE_AQC_LINK_TOPO_NODE_TYPE_M & node_type); in ice_aq_get_link_topo_handle()