net/ice/base: search field vector indices for result slots
[dpdk.git] / drivers / net / ice / base / ice_type.h
index 8322d88..a8e4229 100644 (file)
@@ -730,6 +730,9 @@ struct ice_port_info {
 struct ice_switch_info {
        struct LIST_HEAD_TYPE vsi_list_map_head;
        struct ice_sw_recipe *recp_list;
+       u16 prof_res_bm_init;
+
+       ice_declare_bitmap(prof_res_bm[ICE_MAX_NUM_PROFILES], ICE_MAX_FV_WORDS);
 };
 
 /* Port hardware description */