Searched refs:rte_vhost_enable_guest_notification (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | version.map | 14 rte_vhost_enable_guest_notification;
|
| H A D | rte_vhost.h | 412 int rte_vhost_enable_guest_notification(int vid, uint16_t queue_id, int enable);
|
| H A D | vhost.c | 1357 rte_vhost_enable_guest_notification(int vid, uint16_t queue_id, int enable) in rte_vhost_enable_guest_notification() function
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 605 rte_vhost_enable_guest_notification(vq->vid, (qid << 1) + 1, 1); in eth_rxq_intr_enable() 630 rte_vhost_enable_guest_notification(vq->vid, (qid << 1) + 1, 0); in eth_rxq_intr_disable() 822 rte_vhost_enable_guest_notification(vid, i, 0); in new_device()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.c | 1336 rte_vhost_enable_guest_notification(vid, VIRTIO_RXQ, 0); in new_device() 1337 rte_vhost_enable_guest_notification(vid, VIRTIO_TXQ, 0); in new_device()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_virtq.c | 334 claim_zero(rte_vhost_enable_guest_notification(priv->vid, index, 1)); in mlx5_vdpa_virtq_setup()
|
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | vhost_blk.c | 665 rte_vhost_enable_guest_notification(vid, i, 0); in new_device()
|