Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvhost.c1411 vq_err(vq, "IOTLB translation failure: uaddr " in vhost_copy_from_user()
1436 vq_err(vq, "IOTLB translation failure: uaddr " in __vhost_get_user_slow()
1443 vq_err(vq, "Non atomic userspace memory access: uaddr " in __vhost_get_user_slow()
1560 vq_err(vq, "Failed to access available index at %p (%d)\n", in vhost_get_avail_idx()
1568 vq_err(vq, "Invalid available index change from %u to %u", in vhost_get_avail_idx()
2731 vq_err(vq, "Can't access used idx at %p\n", in vhost_vq_init_access()
2819 vq_err(vq, "Invalid length in indirect descriptor: " in get_indirect()
2830 vq_err(vq, "Translation failure %d in indirect.\n", ret); in get_indirect()
2838 vq_err(vq, "Indirect buffer length too big: %d\n", in get_indirect()
2846 vq_err(vq, "Loop detected: last one at %u " in get_indirect()
[all …]
H A Dvsock.c165 vq_err(vq, "Expected 0 output buffers, got %u\n", out); in vhost_transport_do_send_pkt()
172 vq_err(vq, "Buffer len [%zu] too small\n", iov_len); in vhost_transport_do_send_pkt()
215 vq_err(vq, "Faulted on copying pkt hdr\n"); in vhost_transport_do_send_pkt()
224 vq_err(vq, "Faulted on copying pkt buf\n"); in vhost_transport_do_send_pkt()
375 vq_err(vq, "Expected 0 input buffers, got %u\n", in); in vhost_vsock_alloc_skb()
395 vq_err(vq, "Expected %zu bytes for pkt->hdr, got %zu bytes\n", in vhost_vsock_alloc_skb()
416 vq_err(vq, "Failed to copy %zu byte payload\n", payload_len); in vhost_vsock_alloc_skb()
569 vq_err(vq, "Faulted on pkt\n"); in vhost_vsock_handle_tx_kick()
H A Dscsi.c418 vq_err(vq, "Failed to alloc tvc_log\n"); in vhost_scsi_copy_cmd_log()
582 vq_err(vq, "Failed to allocate vhost_scsi_evt\n"); in vhost_scsi_allocate_evt()
642 vq_err(vq, "Expecting virtio_scsi_event, got %zu bytes\n", in vhost_scsi_do_evt_work()
658 vq_err(vq, "Faulted on vhost_scsi_send_event\n"); in vhost_scsi_do_evt_work()
1230 vq_err(vq, in vhost_scsi_chk_size()
1235 vq_err(vq, in vhost_scsi_chk_size()
1252 vq_err(vq, "Faulted on copy_from_iter_full\n"); in vhost_scsi_get_req()
1255 vq_err(vq, "Illegal virtio-scsi lun: %u\n", *vc->lunp); in vhost_scsi_get_req()
1430 vq_err(vq, "Received non zero pi_bytesout," in vhost_scsi_handle_vq()
1437 vq_err(vq, "Received non zero pi_bytesin," in vhost_scsi_handle_vq()
[all …]
H A Dtest.c83 vq_err(vq, "Unexpected descriptor format for TX: " in handle_vq()
90 vq_err(vq, "Unexpected 0 len for TX\n"); in handle_vq()
H A Dnet.c515 vq_err(&nvq->vq, "Fail to batch sending packets\n"); in vhost_tx_batch()
673 vq_err(vq, "Unexpected descriptor format for TX: out %d, int %d\n", in get_tx_bufs()
681 vq_err(vq, "Unexpected header len for TX: %zd expected %zd\n", in get_tx_bufs()
1101 vq_err(vq, "unexpected descriptor format for RX: " in get_rx_bufs()
1265 vq_err(vq, "Unable to write vnet_hdr " in handle_rx()
1281 vq_err(vq, "Failed num_buffers write"); in handle_rx()
H A Dvhost.h289 #define vq_err(vq, fmt, ...) do { \ macro