Searched refs:dist_parser (Results 1 – 1 of 1) sorted by relevance
2105 struct ice_flow_parser *dist_parser; in ice_switch_init() local2112 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() local2128 dist_parser = &ice_switch_dist_parser; in ice_switch_uninit()2129 ice_unregister_parser(dist_parser, ad); in ice_switch_uninit()