Home
last modified time | relevance | path

Searched refs:vhost_msg_strings (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h89 extern const char * const vhost_msg_strings[VHOST_USER_MAX];
H A Dvhost_vdpa.c202 PMD_DRV_LOG(INFO, "%s", vhost_msg_strings[req]); in vhost_vdpa_ioctl()
234 vhost_msg_strings[req], strerror(errno)); in vhost_vdpa_ioctl()
H A Dvhost_user.c232 const char * const vhost_msg_strings[] = { variable
267 PMD_DRV_LOG(INFO, "%s", vhost_msg_strings[req]); in vhost_user_sock()
365 vhost_msg_strings[req], strerror(errno)); in vhost_user_sock()
H A Dvhost_kernel.c190 PMD_DRV_LOG(INFO, "%s", vhost_msg_strings[req]); in vhost_kernel_ioctl()
264 vhost_msg_strings[req], strerror(errno)); in vhost_kernel_ioctl()