Lines Matching refs:response
114 /** Start a full rescan after receiving next scan I/O response. */
153 /** Virtio response poller. */
841 if (io_ctx->tmf_resp.response == VIRTIO_SCSI_S_OK) {
1185 /* check response, get VPD if spun up otherwise send SSU */
1188 } else if (resp->response == VIRTIO_SCSI_S_OK &&
1388 if (resp->response != VIRTIO_SCSI_S_OK || resp->status != SPDK_SCSI_STATUS_GOOD) {
1419 if (resp->response != VIRTIO_SCSI_S_OK || resp->status != SPDK_SCSI_STATUS_GOOD) {
1452 if (resp->response == VIRTIO_SCSI_S_BAD_TARGET ||
1453 resp->response == VIRTIO_SCSI_S_INCORRECT_LUN) {
1458 if (resp->response != VIRTIO_SCSI_S_OK ||
1474 /* Let response poller do the resend */
1505 return; /* Let response poller do the resend */
1601 /* Let response poller do the resend */