Home
last modified time | relevance | path

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

/qemu/hw/net/rocker/
H A Drocker_of_dpa.c2302 RockerOfDpaFlowAction *naction; in of_dpa_flow_fill() local
2312 naction = nflow->action = g_malloc0(sizeof(*naction)); in of_dpa_flow_fill()
2406 naction->has_goto_tbl = true; in of_dpa_flow_fill()
2407 naction->goto_tbl = flow->action.goto_tbl; in of_dpa_flow_fill()
2411 naction->has_group_id = true; in of_dpa_flow_fill()
2412 naction->group_id = flow->action.write.group_id; in of_dpa_flow_fill()
2416 naction->has_new_vlan_id = true; in of_dpa_flow_fill()
2417 naction->new_vlan_id = flow->action.apply.new_vlan_id; in of_dpa_flow_fill()