/linux-6.3-rc2/drivers/firmware/efi/ |
A D | cper.c | 461 const struct cper_sec_fw_err_rec_ref *fw_err) in cper_print_fw_err() argument 468 fw_err_rec_type_strs[fw_err->record_type] : "unknown"); in cper_print_fw_err() 469 printk("%s""Revision: %d\n", pfx, fw_err->revision); in cper_print_fw_err() 472 if (fw_err->revision == 0) { in cper_print_fw_err() 474 fw_err->record_identifier); in cper_print_fw_err() 475 } else if (fw_err->revision == 2) { in cper_print_fw_err() 477 &fw_err->record_identifier_guid); in cper_print_fw_err() 487 if (fw_err->revision == 0) { in cper_print_fw_err() 491 } else if (fw_err->revision == 1) { in cper_print_fw_err() 496 offset = sizeof(*fw_err); in cper_print_fw_err() [all …]
|
/linux-6.3-rc2/drivers/virt/coco/sev-guest/ |
A D | sev-guest.c | 323 u32 resp_sz, __u64 *fw_err) in handle_guest_request() argument 388 if (fw_err) in handle_guest_request() 389 *fw_err = err; in handle_guest_request() 403 rc, *fw_err); in handle_guest_request() 449 resp_len, &arg->fw_err); in get_report() 489 &arg->fw_err); in get_derived_key() 551 sizeof(req.data), resp->data, resp_len, &arg->fw_err); in get_ext_report() 554 if (arg->fw_err == SNP_GUEST_REQ_INVALID_LEN) { in get_ext_report() 589 input.fw_err = 0xff; in snp_guest_ioctl() 620 if (input.fw_err && copy_to_user(argp, &input, sizeof(input))) in snp_guest_ioctl()
|
/linux-6.3-rc2/drivers/firewire/ |
A D | core-topology.c | 195 fw_err(card, "inconsistent extended self IDs\n"); in build_tree() 201 fw_err(card, "PHY ID mismatch in self ID: %d != %d\n", in build_tree() 207 fw_err(card, "topology stack underflow\n"); in build_tree() 225 fw_err(card, "out of memory while building topology\n"); in build_tree() 274 fw_err(card, "parent port inconsistency for node %d: " in build_tree() 543 fw_err(card, "topology build failed\n"); in fw_core_handle_bus_reset()
|
A D | core.h | 31 void fw_err(const struct fw_card *card, const char *fmt, ...);
|
A D | core-device.c | 605 fw_err(card, "skipped invalid ROM block %x at %llx\n", in read_config_rom() 633 fw_err(card, in read_config_rom() 1048 fw_err(card, "failed to add device\n"); in fw_device_init()
|
A D | core-card.c | 40 define_fw_printk_level(fw_err, KERN_ERR);
|
/linux-6.3-rc2/drivers/net/wireless/intersil/orinoco/ |
A D | fw.c | 110 const char *fw_err; in orinoco_dl_firmware() local 144 fw_err = validate_fw(hdr, fw_entry->size); in orinoco_dl_firmware() 145 if (fw_err) { in orinoco_dl_firmware() 147 "Aborting download\n", fw_err); in orinoco_dl_firmware()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | sev.h | 199 int snp_issue_guest_request(u64 exit_code, struct snp_req_data *input, unsigned long *fw_err); 220 unsigned long *fw_err) in snp_issue_guest_request() argument
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | sev-guest.h | 56 __u64 fw_err; member
|
/linux-6.3-rc2/Documentation/virt/coco/ |
A D | sev-guest.rst | 43 to execute due to a firmware error, then fw_err code will be set otherwise the 44 fw_err will be set to 0x00000000000000ff. 61 __u64 fw_err;
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_dcbnl.c | 478 goto fw_err; in mlx5e_dcbnl_ieee_setapp() 497 fw_err: in mlx5e_dcbnl_ieee_setapp() 531 goto fw_err; in mlx5e_dcbnl_ieee_delapp() 541 fw_err: in mlx5e_dcbnl_ieee_delapp()
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | firmware.c | 134 static int fw_err; variable 621 fw_err = -ENOENT; in __obtain_firmware() 658 fw_err = -ETIMEDOUT; in obtain_firmware() 672 return fw_err; in obtain_firmware()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | sev.c | 2178 int snp_issue_guest_request(u64 exit_code, struct snp_req_data *input, unsigned long *fw_err) in snp_issue_guest_request() argument 2189 if (!fw_err) in snp_issue_guest_request() 2221 *fw_err = ghcb->save.sw_exit_info_2; in snp_issue_guest_request()
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | sev-dev.c | 784 goto fw_err; in sev_update_firmware() 813 fw_err: in sev_update_firmware()
|
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/ |
A D | ionic_lif.c | 311 static int ionic_qcq_disable(struct ionic_lif *lif, struct ionic_qcq *qcq, int fw_err) in ionic_qcq_disable() argument 345 if (fw_err == -ETIMEDOUT || fw_err == -ENXIO) in ionic_qcq_disable() 346 return fw_err; in ionic_qcq_disable()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | t4_hw.c | 4583 u32 val, fw_err; in cim_intr_handler() local 4586 fw_err = t4_read_reg(adapter, PCIE_FW_A); in cim_intr_handler() 4587 if (fw_err & PCIE_FW_ERR_F) in cim_intr_handler() 4599 if (!(fw_err & PCIE_FW_ERR_F) || in cim_intr_handler() 4600 (PCIE_FW_EVAL_G(fw_err) != PCIE_FW_EVAL_CRASH)) in cim_intr_handler()
|