Home
last modified time | relevance | path

Searched refs:set_error (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_bus.h17 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
H A Dpci_bus.c97 * @set_error: if true the device's error state is set to permanent failure
104 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_bus_remove_device() argument
114 if (set_error) in zpci_bus_remove_device()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpci.h205 void zpci_remove_device(struct zpci_dev *zdev, bool set_error);
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci.c695 * @set_error: if true the device's error state is set to permanent failure
702 void zpci_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_remove_device() argument
712 if (set_error) in zpci_remove_device()
/kernel/linux/linux-5.10/net/wireless/
H A Dreg.c1021 int set_error = 0; in regdb_fw_cb() local
1027 set_error = -ENODATA; in regdb_fw_cb()
1030 set_error = -EINVAL; in regdb_fw_cb()
1041 } else if (set_error) { in regdb_fw_cb()
1042 regdb = ERR_PTR(set_error); in regdb_fw_cb()
/kernel/linux/linux-6.6/net/wireless/
H A Dreg.c1003 int set_error = 0; in regdb_fw_cb() local
1009 set_error = -ENODATA; in regdb_fw_cb()
1012 set_error = -EINVAL; in regdb_fw_cb()
1023 } else if (set_error) { in regdb_fw_cb()
1024 regdb = ERR_PTR(set_error); in regdb_fw_cb()

Completed in 14 milliseconds