Searched refs:vq_err (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/vhost/ |
D | vhost.c | 869 vq_err(vq, "IOTLB translation failure: uaddr " in vhost_copy_from_user() 894 vq_err(vq, "IOTLB translation failure: uaddr " in __vhost_get_user_slow() 901 vq_err(vq, "Non atomic userspace memory access: uaddr " in __vhost_get_user_slow() 2036 vq_err(vq, "Can't access used idx at %p\n", in vhost_vq_init_access() 2124 vq_err(vq, "Invalid length in indirect descriptor: " in get_indirect() 2135 vq_err(vq, "Translation failure %d in indirect.\n", ret); in get_indirect() 2143 vq_err(vq, "Indirect buffer length too big: %d\n", in get_indirect() 2151 vq_err(vq, "Loop detected: last one at %u " in get_indirect() 2157 vq_err(vq, "Failed indirect descriptor: idx %d, %zx\n", in get_indirect() 2162 vq_err(vq, "Nested indirect descriptor: idx %d, %zx\n", in get_indirect() [all …]
|
D | vsock.c | 157 vq_err(vq, "Expected 0 output buffers, got %u\n", out); in vhost_transport_do_send_pkt() 164 vq_err(vq, "Buffer len [%zu] too small\n", iov_len); in vhost_transport_do_send_pkt() 205 vq_err(vq, "Faulted on copying pkt hdr\n"); in vhost_transport_do_send_pkt() 213 vq_err(vq, "Faulted on copying pkt buf\n"); in vhost_transport_do_send_pkt() 365 vq_err(vq, "Expected 0 input buffers, got %u\n", in); in vhost_vsock_alloc_pkt() 378 vq_err(vq, "Expected %zu bytes for pkt->hdr, got %zu bytes\n", in vhost_vsock_alloc_pkt() 406 vq_err(vq, "Expected %u byte payload, got %zu bytes\n", in vhost_vsock_alloc_pkt() 537 vq_err(vq, "Faulted on pkt\n"); in vhost_vsock_handle_tx_kick()
|
D | scsi.c | 449 vq_err(vq, "Failed to allocate vhost_scsi_evt\n"); in vhost_scsi_allocate_evt() 497 vq_err(vq, "Expecting virtio_scsi_event, got %zu bytes\n", in vhost_scsi_do_evt_work() 513 vq_err(vq, "Faulted on vhost_scsi_send_event\n"); in vhost_scsi_do_evt_work() 878 vq_err(vq, in vhost_scsi_chk_size() 883 vq_err(vq, in vhost_scsi_chk_size() 900 vq_err(vq, "Faulted on copy_from_iter_full\n"); in vhost_scsi_get_req() 903 vq_err(vq, "Illegal virtio-scsi lun: %u\n", *vc->lunp); in vhost_scsi_get_req() 911 vq_err(vq, "Target 0x%x does not exist\n", *vc->target); in vhost_scsi_get_req() 1035 vq_err(vq, "Received non zero pi_bytesout," in vhost_scsi_handle_vq() 1042 vq_err(vq, "Received non zero pi_bytesin," in vhost_scsi_handle_vq() [all …]
|
D | test.c | 77 vq_err(vq, "Unexpected descriptor format for TX: " in handle_vq() 84 vq_err(vq, "Unexpected 0 len for TX\n"); in handle_vq()
|
D | net.c | 480 vq_err(&nvq->vq, "Fail to batch sending packets\n"); in vhost_tx_batch() 635 vq_err(vq, "Unexpected descriptor format for TX: out %d, int %d\n", in get_tx_bufs() 643 vq_err(vq, "Unexpected header len for TX: %zd expected %zd\n", in get_tx_bufs() 1075 vq_err(vq, "unexpected descriptor format for RX: " in get_rx_bufs() 1217 vq_err(vq, "Unable to write vnet_hdr " in handle_rx() 1233 vq_err(vq, "Failed num_buffers write"); in handle_rx()
|
D | vhost.h | 229 #define vq_err(vq, fmt, ...) do { \ macro
|