Lines Matching defs:fw_modules
147 struct ice_aqc_fw_log_cfg_resp *fw_modules;
153 fw_modules = (struct ice_aqc_fw_log_cfg_resp *)
154 ice_calloc(hw, num_entries, sizeof(*fw_modules));
155 if (!fw_modules)
159 fw_modules[i].module_identifier =
161 fw_modules[i].log_level = entries[i].log_level;
178 status = ice_aq_send_cmd(hw, &desc, fw_modules,
179 sizeof(*fw_modules) * num_entries,
182 ice_free(hw, fw_modules);
372 struct ice_aqc_fw_log_cfg_resp *fw_modules;
414 fw_modules = (struct ice_aqc_fw_log_cfg_resp *)buf;
417 struct ice_aqc_fw_log_cfg_resp *fw_module = &fw_modules[i];