Home
last modified time | relevance | path

Searched refs:age_type (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test-pmd/
H A Dconfig.c1838 pia->age_type = ACTION_AGE_CONTEXT_TYPE_INDIRECT_ACTION; in port_action_handle_create()
1839 age->context = &pia->age_type; in port_action_handle_create()
2588 pf->age_type = ACTION_AGE_CONTEXT_TYPE_FLOW; in port_queue_flow_create()
2589 age->context = &pf->age_type; in port_queue_flow_create()
2689 pia->age_type = ACTION_AGE_CONTEXT_TYPE_INDIRECT_ACTION; in port_queue_action_handle_create()
2690 age->context = &pia->age_type; in port_queue_action_handle_create()
2906 pf->age_type = ACTION_AGE_CONTEXT_TYPE_FLOW; in port_flow_create()
2907 age->context = &pf->age_type; in port_flow_create()
3194 ctx.pf = container_of(type, struct port_flow, age_type); in port_flow_aged()
3210 struct port_indirect_action, age_type); in port_flow_aged()
H A Dtestpmd.h197 enum age_action_context_type age_type; /**< Age action context type. */ member
207 enum age_action_context_type age_type; /**< Age action context type. */ member