HomeSort by: relevance | last modified time | path
    Searched defs:resp_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
viogpu.c 539 uint32_t cmd_type, resp_type; local in function:viogpu_vq_done
560 resp_type = virtio_rw32(vsc, resp->type);
567 if (resp_type == VIRTIO_GPU_RESP_OK_NODATA) {
593 if (resp_type != VIRTIO_GPU_RESP_OK_NODATA) {
597 "failed TRANSFER_TO_HOST: %d\n", resp_type);
601 "failed RESOURCE_FLUSH: %d\n", resp_type);
  /src/sys/dev/pci/qat/
qat_hw15reg.h 133 uint8_t resp_type; member in struct:arch_if_resp_hdr

Completed in 23 milliseconds