Searched refs:an_resp (Results 1 – 2 of 2) sorted by relevance
431 struct virtio_scsi_ctrl_an_resp *an_resp; in process_ctrl_request() local 499 an_resp = vhost_gpa_to_vva(vsession, desc->addr, sizeof(*an_resp)); in process_ctrl_request() 500 if (spdk_unlikely(desc->len < sizeof(struct virtio_scsi_ctrl_an_resp) || an_resp == NULL)) { in process_ctrl_request() 506 an_resp->response = VIRTIO_SCSI_S_ABORTED; in process_ctrl_request()
69 struct virtio_scsi_ctrl_an_resp an_resp; member855 io_ctx->resp.scsi_tmf_resp.an_resp.response == 0) { in check_successful_op()