Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_switch_filter.c2105 struct ice_flow_parser *dist_parser; in ice_switch_init() local
2112 dist_parser = &ice_switch_dist_parser; in ice_switch_init()
2113 ret = ice_register_parser(dist_parser, ad); in ice_switch_init()
2121 struct ice_flow_parser *dist_parser; in ice_switch_uninit() local
2128 dist_parser = &ice_switch_dist_parser; in ice_switch_uninit()
2129 ice_unregister_parser(dist_parser, ad); in ice_switch_uninit()