Searched refs:dist_parser (Results 1 – 1 of 1) sorted by relevance
1859 struct ice_flow_parser *dist_parser; in ice_switch_init() local1863 dist_parser = &ice_switch_dist_parser_comms; in ice_switch_init()1865 dist_parser = &ice_switch_dist_parser_os; in ice_switch_init()1877 ret = ice_register_parser(dist_parser, ad); in ice_switch_init()1885 struct ice_flow_parser *dist_parser; in ice_switch_uninit() local1889 dist_parser = &ice_switch_dist_parser_comms; in ice_switch_uninit()1891 dist_parser = &ice_switch_dist_parser_os; in ice_switch_uninit()1903 ice_unregister_parser(dist_parser, ad); in ice_switch_uninit()