Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2013 &pft->num_pmd_actions, in port_flow_tunnel_offload_cmd_prep()
2023 (num_actions + pft->num_pmd_actions) * in port_flow_tunnel_offload_cmd_prep()
2028 pft->num_pmd_actions, &error); in port_flow_tunnel_offload_cmd_prep()
2032 pft->num_pmd_actions * sizeof(actions[0])); in port_flow_tunnel_offload_cmd_prep()
2033 rte_memcpy(pft->actions + pft->num_pmd_actions, actions, in port_flow_tunnel_offload_cmd_prep()
2079 pft->num_pmd_actions, &error); in port_flow_tunnel_offload_cmd_release()
H A Dtestpmd.h180 uint32_t num_pmd_actions; member