Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_generic_flow.h503 struct ice_flow_parser { struct
514 struct ice_flow_parser *parser; argument
520 int ice_register_parser(struct ice_flow_parser *parser,
522 void ice_unregister_parser(struct ice_flow_parser *parser,
H A Dice_switch_filter.c204 static struct ice_flow_parser ice_switch_dist_parser;
205 static struct ice_flow_parser ice_switch_perm_parser;
2105 struct ice_flow_parser *dist_parser; in ice_switch_init()
2106 struct ice_flow_parser *perm_parser; in ice_switch_init()
2121 struct ice_flow_parser *dist_parser; in ice_switch_uninit()
2122 struct ice_flow_parser *perm_parser; in ice_switch_uninit()
2146 ice_flow_parser ice_switch_dist_parser = {
2155 ice_flow_parser ice_switch_perm_parser = {
H A Dice_acl_filter.c44 static struct ice_flow_parser ice_acl_parser;
996 struct ice_flow_parser *parser = &ice_acl_parser; in ice_acl_init()
1043 struct ice_flow_parser *parser = &ice_acl_parser; in ice_acl_uninit()
1063 ice_flow_parser ice_acl_parser = {
H A Dice_generic_flow.c1899 ice_get_parser_list(struct ice_flow_parser *parser, in ice_get_parser_list()
1923 ice_register_parser(struct ice_flow_parser *parser, in ice_register_parser()
1980 ice_unregister_parser(struct ice_flow_parser *parser, in ice_unregister_parser()
H A Dice_fdir_filter.c140 static struct ice_flow_parser ice_fdir_parser;
1150 struct ice_flow_parser *parser; in ice_fdir_init()
1168 struct ice_flow_parser *parser; in ice_fdir_uninit()
2513 static struct ice_flow_parser ice_fdir_parser = {
H A Dice_hash.c575 static struct ice_flow_parser ice_hash_parser = {
592 struct ice_flow_parser *parser = NULL; in ice_hash_init()