Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_generic_flow.h554 struct ice_flow_engine { struct
555 TAILQ_ENTRY(ice_flow_engine) node;
565 TAILQ_HEAD(ice_engine_list, ice_flow_engine); argument
570 struct ice_flow_engine *engine;
575 struct ice_flow_engine *engine;
588 void ice_register_flow_engine(struct ice_flow_engine *engine);
H A Dice_generic_flow.c1766 typedef struct ice_flow_engine * (*parse_engine_t)(struct ice_adapter *ad,
1774 ice_register_flow_engine(struct ice_flow_engine *engine) in ice_register_flow_engine()
1785 struct ice_flow_engine *engine; in ice_flow_init()
1814 struct ice_flow_engine *engine; in ice_flow_uninit()
2105 static struct ice_flow_engine *
2113 struct ice_flow_engine *engine = NULL; in ice_parse_engine_create()
2138 static struct ice_flow_engine *
2146 struct ice_flow_engine *engine = NULL; in ice_parse_engine_validate()
2169 struct ice_flow_engine **engine, in ice_flow_process_filter()
2235 struct ice_flow_engine *engine; in ice_flow_validate()
[all …]
H A Dice_acl_filter.c1037 ice_flow_engine ice_acl_engine = {
1057 struct ice_flow_engine *engine = &ice_acl_engine; in RTE_INIT()
H A Dice_hash.c908 static struct ice_flow_engine ice_hash_engine = {
937 struct ice_flow_engine *engine = &ice_hash_engine; in RTE_INIT()
H A Dice_switch_filter.c1908 ice_flow_engine ice_switch_engine = {
1957 struct ice_flow_engine *engine = &ice_switch_engine; in RTE_INIT()
H A Dice_fdir_filter.c1449 static struct ice_flow_engine ice_fdir_engine = {