Home
last modified time | relevance | path

Searched refs:an_resp (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/vhost/
H A Dvhost_scsi.c431 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()
/spdk/test/app/fuzz/vhost_fuzz/
H A Dvhost_fuzz.c69 struct virtio_scsi_ctrl_an_resp an_resp; member
855 io_ctx->resp.scsi_tmf_resp.an_resp.response == 0) { in check_successful_op()