Lines Matching refs:state
576 pci_channel_state_t state)
600 return pdrv->err_handler->error_detected(pcidev, state);
623 pci_channel_state_t state =
634 pdev->sh_info->aer_op.err = pcifront_common_process(cmd, pdev, state);
907 enum xenbus_state state;
912 state = xenbus_read_driver_state(pdev->xdev->nodename);
913 if (state == XenbusStateInitialised) {
924 } else if (state != XenbusStateConnected) {
940 int l, state;
942 l = snprintf(str, sizeof(str), "state-%d", i);
947 state = xenbus_read_unsigned(pdev->xdev->otherend, str,
950 if (state != XenbusStateClosing)
1011 if (xdev->state == XenbusStateClosed)
1013 fallthrough; /* Missed the backend's CLOSING state */