Searched refs:set_error (Results 1 – 3 of 3) sorted by relevance
21 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
92 * @set_error: if true the device's error state is set to permanent failure99 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()
1006 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()