Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_parser.h238 struct ice_pg_cam_item { struct
251 struct ice_pg_cam_item *ice_pg_cam_match(struct ice_pg_cam_item *table, argument
487 struct ice_pg_cam_item *pg_cam_table;
488 struct ice_pg_cam_item *pg_sp_cam_table;
Dice_parser.c683 static void ice_pg_cam_dump(struct ice_hw *hw, struct ice_pg_cam_item *item) in ice_pg_cam_dump()
821 struct ice_pg_cam_item *ci = item; in ice_pg_cam_parse_item()
850 struct ice_pg_cam_item *ci = item; in ice_pg_sp_cam_parse_item()
936 static struct ice_pg_cam_item *ice_pg_cam_table_get(struct ice_hw *hw) in ice_pg_cam_table_get()
939 sizeof(struct ice_pg_cam_item), in ice_pg_cam_table_get()
950 static struct ice_pg_cam_item *ice_pg_sp_cam_table_get(struct ice_hw *hw) in ice_pg_sp_cam_table_get()
953 sizeof(struct ice_pg_cam_item), in ice_pg_sp_cam_table_get()
986 static bool __ice_pg_cam_match(struct ice_pg_cam_item *item, in __ice_pg_cam_match()
1008 struct ice_pg_cam_item *ice_pg_cam_match(struct ice_pg_cam_item *table, in ice_pg_cam_match()
1014 struct ice_pg_cam_item *item = &table[i]; in ice_pg_cam_match()
Dice_parser_rt.c330 static struct ice_pg_cam_item *ice_rt_pg_cam_match(struct ice_parser_rt *rt) in ice_rt_pg_cam_match()
333 struct ice_pg_cam_item *item; in ice_rt_pg_cam_match()
759 struct ice_pg_cam_item *pg_cam; in ice_parser_rt_execute()