Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/
H A Denic_flow.c1312 const enum rte_flow_action_type *supported_actions) in enic_match_action() argument
1314 for (; *supported_actions != RTE_FLOW_ACTION_TYPE_END; in enic_match_action()
1315 supported_actions++) { in enic_match_action()
1316 if (action->type == *supported_actions) in enic_match_action()
H A Denic_fm_flow.c2001 const enum rte_flow_action_type *supported_actions) in enic_fm_match_action() argument
2003 for (; *supported_actions != RTE_FLOW_ACTION_TYPE_END; in enic_fm_match_action()
2004 supported_actions++) { in enic_fm_match_action()
2005 if (action->type == *supported_actions) in enic_fm_match_action()