Home
last modified time | relevance | path

Searched defs:ice_parser (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_parser.h20 struct ice_parser { struct
21 struct ice_hw *hw; /* pointer to the hardware structure */
24 struct ice_imem_item *imem_table;
26 struct ice_metainit_item *mi_table;
28 struct ice_pg_cam_item *pg_cam_table;
30 struct ice_pg_cam_item *pg_sp_cam_table;
55 struct ice_parser_rt rt; /* parser runtime */ argument
58 enum ice_status ice_parser_create(struct ice_hw *hw, struct ice_parser **psr); argument