Searched refs:supported_actions (Results 1 – 2 of 2) sorted by relevance
1309 const enum rte_flow_action_type *supported_actions) in enic_match_action() argument1311 for (; *supported_actions != RTE_FLOW_ACTION_TYPE_END; in enic_match_action()1312 supported_actions++) { in enic_match_action()1313 if (action->type == *supported_actions) in enic_match_action()
1611 const enum rte_flow_action_type *supported_actions) in enic_fm_match_action() argument1613 for (; *supported_actions != RTE_FLOW_ACTION_TYPE_END; in enic_fm_match_action()1614 supported_actions++) { in enic_fm_match_action()1615 if (action->type == *supported_actions) in enic_fm_match_action()