Home
last modified time | relevance | path

Searched refs:vq_err (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/vhost/
Dvhost.c795 vq_err(vq, "IOTLB translation failure: uaddr " in vhost_copy_from_user()
820 vq_err(vq, "IOTLB translation failure: uaddr " in __vhost_get_user_slow()
827 vq_err(vq, "Non atomic userspace memory access: uaddr " in __vhost_get_user_slow()
1821 vq_err(vq, "Can't access used idx at %p\n", in vhost_vq_init_access()
1910 vq_err(vq, "Invalid length in indirect descriptor: " in get_indirect()
1921 vq_err(vq, "Translation failure %d in indirect.\n", ret); in get_indirect()
1934 vq_err(vq, "Indirect buffer length too big: %d\n", in get_indirect()
1942 vq_err(vq, "Loop detected: last one at %u " in get_indirect()
1948 vq_err(vq, "Failed indirect descriptor: idx %d, %zx\n", in get_indirect()
1953 vq_err(vq, "Nested indirect descriptor: idx %d, %zx\n", in get_indirect()
[all …]
Dvsock.c145 vq_err(vq, "Expected 0 output buffers, got %u\n", out); in vhost_transport_do_send_pkt()
155 vq_err(vq, "Faulted on copying pkt hdr\n"); in vhost_transport_do_send_pkt()
162 vq_err(vq, "Faulted on copying pkt buf\n"); in vhost_transport_do_send_pkt()
281 vq_err(vq, "Expected 0 input buffers, got %u\n", in); in vhost_vsock_alloc_pkt()
294 vq_err(vq, "Expected %zu bytes for pkt->hdr, got %zu bytes\n", in vhost_vsock_alloc_pkt()
321 vq_err(vq, "Expected %u byte payload, got %zu bytes\n", in vhost_vsock_alloc_pkt()
385 vq_err(vq, "Faulted on pkt\n"); in vhost_vsock_handle_tx_kick()
Dscsi.c411 vq_err(vq, "Failed to allocate vhost_scsi_evt\n"); in vhost_scsi_allocate_evt()
468 vq_err(vq, "Expecting virtio_scsi_event, got %zu bytes\n", in vhost_scsi_do_evt_work()
484 vq_err(vq, "Faulted on vhost_scsi_send_event\n"); in vhost_scsi_do_evt_work()
855 vq_err(vq, "Expecting at least virtio_scsi_cmd_resp" in vhost_scsi_handle_vq()
893 vq_err(vq, "Faulted on copy_from_iter\n"); in vhost_scsi_handle_vq()
899 vq_err(vq, "Illegal virtio-scsi lun: %u\n", *lunp); in vhost_scsi_handle_vq()
951 vq_err(vq, "Received non zero pi_bytesout," in vhost_scsi_handle_vq()
959 vq_err(vq, "Received non zero pi_bytesin," in vhost_scsi_handle_vq()
996 vq_err(vq, "Received SCSI CDB with command_size: %d that" in vhost_scsi_handle_vq()
1006 vq_err(vq, "vhost_scsi_get_tag failed %ld\n", in vhost_scsi_handle_vq()
[all …]
Dtest.c72 vq_err(vq, "Unexpected descriptor format for TX: " in handle_vq()
79 vq_err(vq, "Unexpected 0 len for TX\n"); in handle_vq()
Dnet.c521 vq_err(vq, "Unexpected descriptor format for TX: out %d, int %d\n", in get_tx_bufs()
529 vq_err(vq, "Unexpected header len for TX: %zd expected %zd\n", in get_tx_bufs()
864 vq_err(vq, "unexpected descriptor format for RX: " in get_rx_bufs()
1003 vq_err(vq, "Unable to write vnet_hdr " in handle_rx()
1019 vq_err(vq, "Failed num_buffers write"); in handle_rx()
Dvhost.h225 #define vq_err(vq, fmt, ...) do { \ macro