Lines Matching refs:status

455 	int status, len;
465 if (sscanf(tmpbuf, "%d", &status) != 1)
468 h->acciopath_status = !!status;
1622 "C%d:B%d:T%d:L%d Volume status is not available through vital product data pages.\n",
1796 * If an ioaccel volume status changed, initially because it was
1934 * A reset can cause a device status to change
2355 switch (c2->error_data.status) {
2397 switch (c2->error_data.status) {
2505 /* check for good status */
2507 c2->error_data.status == 0)) {
2520 if (c2->error_data.status ==
2560 dev_warn(&h->pdev->dev, "Unknown TMF status: 0x%02x\n",
2624 * We check for lockup status here as it may be set for
2703 dev_warn(&h->pdev->dev, "cp %p has status 0x%x "
2709 } else { /* scsi status is zero??? How??? */
2710 dev_warn(&h->pdev->dev, "cp %p SCSI status was 0. "
2798 dev_warn(&h->pdev->dev, "cp %p returned unknown status %x\n",
2944 hpsa_print_cmd(h, "SCSI status", cp);
2951 dev_warn(d, "SCSI status is abnormally zero. "
2997 hpsa_print_cmd(h, "unknown status", cp);
2998 dev_warn(d, "Unknown command status %x\n",
3663 * Sets ioaccel status on the new device list, not the existing device list
3835 /* Use VPD inquiry to get details of volume status */
3840 int status;
3848 /* Does controller have VPD for logical volume status? */
3864 status = buf[4]; /* status byte */
3867 return status;
3873 /* Determine offline status of a volume.
3926 /* If VPD status page isn't available,
4007 * Legacy boards might not support volume status
4010 "C0:T%d:L%d Volume status not available, assuming online.\n",
6500 int status = 0;
6518 status = -ENOMEM;
6523 status = -ENOMEM;
6533 status = -ENOMEM;
6538 status = -EFAULT;
6567 status = -ENOMEM;
6576 status = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE,
6581 if (status) {
6582 status = -EIO;
6595 status = -EFAULT;
6601 status = 0;
6613 return status;
8177 dev_info(&h->pdev->dev, "Board reset, awaiting READY status.\n");
8331 * Set ioaccel status for all ioaccel volumes.