Lines Matching refs:state
155 * @pdev: PCI function to recover currently in the error state
225 /* zpci_event_io_failure - Report PCI channel failure state to driver
227 * @es: PCI channel failure state to report
313 zdev->state = ZPCI_FN_STATE_STANDBY;
320 enum zpci_state state;
332 if (zdev->state != ZPCI_FN_STATE_STANDBY)
334 zdev->state = ZPCI_FN_STATE_CONFIGURED;
349 if (zdev->state != ZPCI_FN_STATE_CONFIGURED)
360 if (zdev->state == ZPCI_FN_STATE_CONFIGURED)
363 if (!clp_get_state(zdev->fid, &state) &&
364 state == ZPCI_FN_STATE_RESERVED) {