Home
last modified time | relevance | path

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

/qemu/hw/net/rocker/
H A Drocker_of_dpa.c946 void (*build_match)(OfDpaFlowContext *fc, OfDpaFlowMatch *match); member
956 .build_match = of_dpa_ig_port_build_match,
961 .build_match = of_dpa_vlan_build_match,
966 .build_match = of_dpa_term_mac_build_match,
972 .build_match = of_dpa_bridging_build_match,
980 .build_match = of_dpa_unicast_routing_build_match,
986 .build_match = of_dpa_multicast_routing_build_match,
992 .build_match = of_dpa_acl_build_match,
1006 if (ops->build_match) { in of_dpa_flow_ig_tbl()
1007 ops->build_match(fc, &match); in of_dpa_flow_ig_tbl()