Home
last modified time | relevance | path

Searched refs:get_config (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h82 int (*get_config)(struct virtio_user_dev *dev, uint8_t *data, uint32_t off, uint32_t len); member
H A Dvirtio_user_dev.c291 if (!dev->ops->get_config) in virtio_user_dev_get_mac()
294 ret = dev->ops->get_config(dev, dev->mac_addr, in virtio_user_dev_get_mac()
H A Dvhost_vdpa.c629 .get_config = vhost_vdpa_get_config,