Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_generic_flow.h574 struct ice_flow_parser { struct
585 struct ice_flow_parser *parser; argument
591 int ice_register_parser(struct ice_flow_parser *parser,
593 void ice_unregister_parser(struct ice_flow_parser *parser,
H A Dice_switch_filter.c140 static struct ice_flow_parser ice_switch_dist_parser_os;
141 static struct ice_flow_parser ice_switch_dist_parser_comms;
142 static struct ice_flow_parser ice_switch_perm_parser_os;
1859 struct ice_flow_parser *dist_parser; in ice_switch_init()
1860 struct ice_flow_parser *perm_parser; in ice_switch_init()
1885 struct ice_flow_parser *dist_parser; in ice_switch_uninit()
1886 struct ice_flow_parser *perm_parser; in ice_switch_uninit()
1920 ice_flow_parser ice_switch_dist_parser_os = {
1929 ice_flow_parser ice_switch_dist_parser_comms = {
1938 ice_flow_parser ice_switch_perm_parser_os = {
[all …]
H A Dice_acl_filter.c44 static struct ice_flow_parser ice_acl_parser;
980 struct ice_flow_parser *parser = &ice_acl_parser; in ice_acl_init()
1027 struct ice_flow_parser *parser = &ice_acl_parser; in ice_acl_uninit()
1047 ice_flow_parser ice_acl_parser = {
H A Dice_fdir_filter.c146 static struct ice_flow_parser ice_fdir_parser_os;
147 static struct ice_flow_parser ice_fdir_parser_comms;
1104 struct ice_flow_parser *parser; in ice_fdir_init()
1128 struct ice_flow_parser *parser; in ice_fdir_uninit()
2070 static struct ice_flow_parser ice_fdir_parser_os = {
2078 static struct ice_flow_parser ice_fdir_parser_comms = {
H A Dice_hash.c918 static struct ice_flow_parser ice_hash_parser_os = {
927 static struct ice_flow_parser ice_hash_parser_comms = {
944 struct ice_flow_parser *parser = NULL; in ice_hash_init()
H A Dice_generic_flow.c1850 ice_get_parser_list(struct ice_flow_parser *parser, in ice_get_parser_list()
1874 ice_register_parser(struct ice_flow_parser *parser, in ice_register_parser()
1908 ice_unregister_parser(struct ice_flow_parser *parser, in ice_unregister_parser()