Searched refs:transitions (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/acl/ |
| H A D | acl_run_neon.h | 82 struct acl_flow_data *flows, uint64_t transitions[]) in acl_match_check_x4() argument 84 while (check_any_match_x4(transitions)) { in acl_match_check_x4() 85 transitions[0] = acl_match_check(transitions[0], slot, ctx, in acl_match_check_x4() 87 transitions[1] = acl_match_check(transitions[1], slot + 1, ctx, in acl_match_check_x4() 89 transitions[2] = acl_match_check(transitions[2], slot + 2, ctx, in acl_match_check_x4() 91 transitions[3] = acl_match_check(transitions[3], slot + 3, ctx, in acl_match_check_x4() 108 tr_hi_lo = vld2q_s32((const int32_t *)transitions); in transition4() 148 transitions[0] = trans[vgetq_lane_u32(addr, 0)]; in transition4() 149 transitions[1] = trans[vgetq_lane_u32(addr, 1)]; in transition4() 150 transitions[2] = trans[vgetq_lane_u32(addr, 2)]; in transition4() [all …]
|
| H A D | acl_run_altivec.h | 88 struct acl_flow_data *flows, uint64_t transitions[]) in acl_match_check_x4() argument 90 while (check_any_match_x4(transitions)) { in acl_match_check_x4() 91 transitions[0] = acl_match_check(transitions[0], slot, ctx, in acl_match_check_x4() 93 transitions[1] = acl_match_check(transitions[1], slot + 1, ctx, in acl_match_check_x4() 95 transitions[2] = acl_match_check(transitions[2], slot + 2, ctx, in acl_match_check_x4() 97 transitions[3] = acl_match_check(transitions[3], slot + 3, ctx, in acl_match_check_x4()
|
| H A D | acl_gen.c | 302 node->transitions[m++] = (uint8_t)(x - 1); in acl_add_ptrs() 310 node->transitions[m++] = (uint8_t)(x - 1); in acl_add_ptrs() 316 node->transitions[m] = INT8_MAX; in acl_add_ptrs() 362 qtrp = (uint32_t *)node->transitions; in acl_gen_node()
|
| H A D | acl.h | 124 char transitions[RTE_ACL_QUAD_SIZE]; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 192 Once the application starts, it transitions through three phases:
|
| H A D | vm_power_management.rst | 14 Machine Specific Registers (MSRs) for enabling P-state transitions are
|