Home
last modified time | relevance | path

Searched refs:ice_pg_cam_item (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.h48 struct ice_pg_cam_item { struct
60 void ice_pg_cam_dump(struct ice_hw *hw, struct ice_pg_cam_item *item); argument
63 struct ice_pg_cam_item *ice_pg_cam_table_get(struct ice_hw *hw);
64 struct ice_pg_cam_item *ice_pg_sp_cam_table_get(struct ice_hw *hw);
69 struct ice_pg_cam_item *ice_pg_cam_match(struct ice_pg_cam_item *table,
H A Dice_pg_cam.c56 void ice_pg_cam_dump(struct ice_hw *hw, struct ice_pg_cam_item *item) in ice_pg_cam_dump()
166 struct ice_pg_cam_item *ci = (struct ice_pg_cam_item *)item; in _pg_cam_parse_item()
187 struct ice_pg_cam_item *ci = (struct ice_pg_cam_item *)item; in _pg_sp_cam_parse_item()
248 struct ice_pg_cam_item *ice_pg_cam_table_get(struct ice_hw *hw) in ice_pg_cam_table_get()
250 return (struct ice_pg_cam_item *) in ice_pg_cam_table_get()
252 sizeof(struct ice_pg_cam_item), in ice_pg_cam_table_get()
264 return (struct ice_pg_cam_item *) in ice_pg_sp_cam_table_get()
266 sizeof(struct ice_pg_cam_item), in ice_pg_sp_cam_table_get()
300 static bool _pg_cam_match(struct ice_pg_cam_item *item, in _pg_cam_match()
339 struct ice_pg_cam_item *ice_pg_cam_match(struct ice_pg_cam_item *table, in ice_pg_cam_match()
[all …]
H A Dice_parser.h28 struct ice_pg_cam_item *pg_cam_table;
30 struct ice_pg_cam_item *pg_sp_cam_table;
H A Dice_parser_rt.c349 static struct ice_pg_cam_item *_pg_cam_match(struct ice_parser_rt *rt) in _pg_cam_match()
352 struct ice_pg_cam_item *item; in _pg_cam_match()
779 struct ice_pg_cam_item *pg_cam; in ice_parser_rt_execute()