Searched refs:supported_actions (Results 1 – 2 of 2) sorted by relevance
1312 const enum rte_flow_action_type *supported_actions) in enic_match_action() argument1314 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()
2001 const enum rte_flow_action_type *supported_actions) in enic_fm_match_action() argument2003 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()