Searched refs:RTE_ACL_DFA_GR64_SIZE (Results 1 – 3 of 3) sorted by relevance
83 memcpy(dst + node->dfa_gr64[i] * RTE_ACL_DFA_GR64_SIZE, in acl_dfa_fill_gr64()84 src + i * RTE_ACL_DFA_GR64_SIZE, in acl_dfa_fill_gr64()85 RTE_ACL_DFA_GR64_SIZE * sizeof(dst[0])); in acl_dfa_fill_gr64()99 if (memcmp(array_ptr + i * RTE_ACL_DFA_GR64_SIZE, in acl_dfa_count_gr64()100 array_ptr + j * RTE_ACL_DFA_GR64_SIZE, in acl_dfa_count_gr64()101 RTE_ACL_DFA_GR64_SIZE * in acl_dfa_count_gr64()347 sz = node->fanout * RTE_ACL_DFA_GR64_SIZE; in acl_gen_node()436 counts->dfa_gr64 * RTE_ACL_DFA_GR64_SIZE; in acl_calc_counts_indices()
21 #define RTE_ACL_DFA_GR64_SIZE 64 macro22 #define RTE_ACL_DFA_GR64_NUM (RTE_ACL_DFA_SIZE / RTE_ACL_DFA_GR64_SIZE)
97 RTE_ACL_DFA_GR64_SIZE * RTE_ACL_DFA_GR64_BIT); in scalar_transition()