Searched refs:vq_err (Results 1 – 6 of 6) sorted by relevance
| /drivers/vhost/ |
| A D | vhost.c | 2628 vq_err(vq, "Can't access used idx at %p\n", in vhost_vq_init_access() 2743 vq_err(vq, "Loop detected: last one at %u " in get_indirect() 2785 vq_err(vq, "Indirect descriptor " in get_indirect() 2860 vq_err(vq, "Loop detected: last one at %u " in vhost_get_vq_desc() 2877 vq_err(vq, "Failure detected " in vhost_get_vq_desc() 2911 vq_err(vq, "Descriptor has out after in: " in vhost_get_vq_desc() 2963 vq_err(vq, "Failed to write used"); in __vhost_add_used_n() 3019 vq_err(vq, "Failed to write used"); in vhost_add_used_n_in_order() 3069 vq_err(vq, "Failed to increment used idx"); in vhost_add_used_n() 3102 vq_err(vq, "Failed to get flags"); in vhost_notify() [all …]
|
| A D | vsock.c | 148 vq_err(vq, "Expected 0 output buffers, got %u\n", out); in vhost_transport_do_send_pkt() 155 vq_err(vq, "Buffer len [%zu] too small\n", iov_len); in vhost_transport_do_send_pkt() 198 vq_err(vq, "Faulted on copying pkt hdr\n"); in vhost_transport_do_send_pkt() 207 vq_err(vq, "Faulted on copying pkt buf\n"); in vhost_transport_do_send_pkt() 341 vq_err(vq, "Expected 0 input buffers, got %u\n", in); in vhost_vsock_alloc_skb() 361 vq_err(vq, "Expected %zu bytes for pkt->hdr, got %zu bytes\n", in vhost_vsock_alloc_skb() 382 vq_err(vq, "Failed to copy %zu byte payload\n", payload_len); in vhost_vsock_alloc_skb() 525 vq_err(vq, "Faulted on pkt\n"); in vhost_vsock_handle_tx_kick()
|
| A D | scsi.c | 387 vq_err(vq, "Failed to alloc tvc_log\n"); in vhost_scsi_copy_cmd_log() 551 vq_err(vq, "Failed to allocate vhost_scsi_evt\n"); in vhost_scsi_allocate_evt() 627 vq_err(vq, "Faulted on vhost_scsi_send_event\n"); in vhost_scsi_do_evt_work() 1196 vq_err(vq, in vhost_scsi_chk_size() 1201 vq_err(vq, in vhost_scsi_chk_size() 1218 vq_err(vq, "Faulted on copy_from_iter_full\n"); in vhost_scsi_get_req() 1397 vq_err(vq, "Received non zero pi_bytesout," in vhost_scsi_handle_vq() 1404 vq_err(vq, "Received non zero pi_bytesin," in vhost_scsi_handle_vq() 1458 vq_err(vq, "vhost_scsi_get_tag failed %d\n", ret); in vhost_scsi_handle_vq() 1465 vq_err(vq, "Failed to alloc recv iovs\n"); in vhost_scsi_handle_vq() [all …]
|
| A 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()
|
| A D | net.c | 496 vq_err(&nvq->vq, "Fail to batch sending packets\n"); in vhost_tx_batch() 651 vq_err(vq, "Unexpected descriptor format for TX: out %d, int %d\n", in get_tx_bufs() 659 vq_err(vq, "Unexpected header len for TX: %zd expected %zd\n", in get_tx_bufs() 1080 vq_err(vq, "unexpected descriptor format for RX: " in get_rx_bufs() 1239 vq_err(vq, "Unable to write vnet_hdr " in handle_rx() 1255 vq_err(vq, "Failed num_buffers write"); in handle_rx()
|
| A D | vhost.h | 276 #define vq_err(vq, fmt, ...) do { \ macro
|
Completed in 26 milliseconds