Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_flow.c69 struct enic_action_cap { struct
357 static const struct enic_action_cap enic_action_cap[] = { variable
1330 static const struct enic_action_cap *
1333 const struct enic_action_cap *ea; in enic_get_action_cap()
1338 ea = &enic_action_cap[FILTER_ACTION_DROP_FLAG]; in enic_get_action_cap()
1340 ea = &enic_action_cap[FILTER_ACTION_FILTER_ID_FLAG]; in enic_get_action_cap()
1342 ea = &enic_action_cap[FILTER_ACTION_RQ_STEERING_FLAG]; in enic_get_action_cap()
1506 const struct enic_action_cap *enic_action_cap; in enic_flow_parse() local
1568 enic_action_cap = enic_get_action_cap(enic); in enic_flow_parse()
1573 else if (!enic_match_action(action, enic_action_cap->actions)) in enic_flow_parse()
[all …]