Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_bus.h21 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
H A Dpci_bus.c92 * @set_error: if true the device's error state is set to permanent failure
99 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_bus_remove_device() argument
109 if (set_error) in zpci_bus_remove_device()
/linux/net/wireless/
H A Dreg.c1006 int set_error = 0; in regdb_fw_cb() local
1012 set_error = -ENODATA; in regdb_fw_cb()
1015 set_error = -EINVAL; in regdb_fw_cb()
1026 } else if (set_error) { in regdb_fw_cb()
1027 regdb = ERR_PTR(set_error); in regdb_fw_cb()