Searched refs:vq_err (Results 1 – 5 of 5) sorted by relevance
/drivers/vhost/ |
D | vhost.c | 1093 vq_err(vq, "Invalid length in indirect descriptor: " in get_indirect() 1103 vq_err(vq, "Translation failure %d in indirect.\n", ret); in get_indirect() 1115 vq_err(vq, "Indirect buffer length too big: %d\n", in get_indirect() 1123 vq_err(vq, "Loop detected: last one at %u " in get_indirect() 1130 vq_err(vq, "Failed indirect descriptor: idx %d, %zx\n", in get_indirect() 1135 vq_err(vq, "Nested indirect descriptor: idx %d, %zx\n", in get_indirect() 1143 vq_err(vq, "Translation failure %d indirect idx %d\n", in get_indirect() 1159 vq_err(vq, "Indirect descriptor " in get_indirect() 1190 vq_err(vq, "Failed to access avail idx at %p\n", in vhost_get_vq_desc() 1196 vq_err(vq, "Guest moved used index from %u to %u", in vhost_get_vq_desc() [all …]
|
D | scsi.c | 543 vq_err(vq, "Failed to allocate tcm_vhost_evt\n"); in tcm_vhost_allocate_evt() 606 vq_err(vq, "Expecting virtio_scsi_event, got %zu bytes\n", in tcm_vhost_do_evt_work() 622 vq_err(vq, "Faulted on tcm_vhost_send_event\n"); in tcm_vhost_do_evt_work() 935 vq_err(vq, "Invalid buffer layout out: %u in: %u\n", in vhost_scsi_handle_vq() 946 vq_err(vq, "Expecting virtio_scsi_cmd_resp, got %zu" in vhost_scsi_handle_vq() 952 vq_err(vq, "Expecting virtio_scsi_cmd_req, got %zu" in vhost_scsi_handle_vq() 961 vq_err(vq, "Faulted on virtio_scsi_cmd_req\n"); in vhost_scsi_handle_vq() 982 vq_err(vq, "vhost_scsi_allocate_cmd failed %ld\n", in vhost_scsi_handle_vq() 1006 vq_err(vq, "Received SCSI CDB with command_size: %d that" in vhost_scsi_handle_vq() 1022 vq_err(vq, "Failed to map iov to sgl\n"); in vhost_scsi_handle_vq()
|
D | test.c | 71 vq_err(vq, "Unexpected descriptor format for TX: " in handle_vq() 78 vq_err(vq, "Unexpected 0 len for TX\n"); in handle_vq()
|
D | net.c | 387 vq_err(vq, "Unexpected descriptor format for TX: " in handle_tx() 397 vq_err(vq, "Unexpected header len for TX: " in handle_tx() 518 vq_err(vq, "unexpected descriptor format for RX: " in get_rx_bufs() 627 vq_err(vq, "Unable to write vnet_hdr at addr %p\n", in handle_rx() 636 vq_err(vq, "Failed num_buffers write"); in handle_rx()
|
D | vhost.h | 168 #define vq_err(vq, fmt, ...) do { \ macro
|