Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1859 struct ice_flow_parser *dist_parser; in ice_switch_init() local
1863 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() local
1889 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()