Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_generic_flow.h483 struct ice_flow_engine { struct
484 TAILQ_ENTRY(ice_flow_engine) node;
494 TAILQ_HEAD(ice_engine_list, ice_flow_engine); argument
499 struct ice_flow_engine *engine;
504 struct ice_flow_engine *engine;
517 void ice_register_flow_engine(struct ice_flow_engine *engine);
H A Dice_generic_flow.c1806 typedef struct ice_flow_engine * (*parse_engine_t)(struct ice_adapter *ad,
1815 ice_register_flow_engine(struct ice_flow_engine *engine) in ice_register_flow_engine()
1826 struct ice_flow_engine *engine; in ice_flow_init()
1858 struct ice_flow_engine *engine; in ice_flow_uninit()
2309 static struct ice_flow_engine *
2318 struct ice_flow_engine *engine = NULL; in ice_parse_engine_create()
2343 static struct ice_flow_engine *
2352 struct ice_flow_engine *engine = NULL; in ice_parse_engine_validate()
2375 struct ice_flow_engine **engine, in ice_flow_process_filter()
2441 struct ice_flow_engine *engine; in ice_flow_validate()
[all …]
H A Dice_acl_filter.c1053 ice_flow_engine ice_acl_engine = {
1073 struct ice_flow_engine *engine = &ice_acl_engine; in RTE_INIT()
H A Dice_hash.c565 static struct ice_flow_engine ice_hash_engine = {
585 struct ice_flow_engine *engine = &ice_hash_engine; in RTE_INIT()
H A Dice_switch_filter.c2134 ice_flow_engine ice_switch_engine = {
2165 struct ice_flow_engine *engine = &ice_switch_engine; in RTE_INIT()
H A Dice_fdir_filter.c1608 static struct ice_flow_engine ice_fdir_engine = {