Lines Matching refs:status
456 int status, len;
466 if (sscanf(tmpbuf, "%d", &status) != 1)
469 h->acciopath_status = !!status;
1616 "C%d:B%d:T%d:L%d Volume status is not available through vital product data pages.\n",
1790 * If an ioaccel volume status changed, initially because it was
1928 * A reset can cause a device status to change
2349 switch (c2->error_data.status) {
2391 switch (c2->error_data.status) {
2500 /* check for good status */
2502 c2->error_data.status == 0)) {
2515 if (c2->error_data.status ==
2555 dev_warn(&h->pdev->dev, "Unknown TMF status: 0x%02x\n",
2620 * We check for lockup status here as it may be set for
2699 dev_warn(&h->pdev->dev, "cp %p has status 0x%x "
2705 } else { /* scsi status is zero??? How??? */
2706 dev_warn(&h->pdev->dev, "cp %p SCSI status was 0. "
2794 dev_warn(&h->pdev->dev, "cp %p returned unknown status %x\n",
2940 hpsa_print_cmd(h, "SCSI status", cp);
2947 dev_warn(d, "SCSI status is abnormally zero. "
2993 hpsa_print_cmd(h, "unknown status", cp);
2994 dev_warn(d, "Unknown command status %x\n",
3659 * Sets ioaccel status on the new device list, not the existing device list
3831 /* Use VPD inquiry to get details of volume status */
3836 int status;
3844 /* Does controller have VPD for logical volume status? */
3860 status = buf[4]; /* status byte */
3863 return status;
3869 /* 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",
6472 int status = 0;
6490 status = -ENOMEM;
6495 status = -ENOMEM;
6505 status = -ENOMEM;
6510 status = -EFAULT;
6539 status = -ENOMEM;
6548 status = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE,
6553 if (status) {
6554 status = -EIO;
6567 status = -EFAULT;
6573 status = 0;
6585 return status;
8152 dev_info(&h->pdev->dev, "Board reset, awaiting READY status.\n");
8306 * Set ioaccel status for all ioaccel volumes.