Home
last modified time | relevance | path

Searched refs:new_device (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/vdpa/
H A Dmain.c104 new_device(int vid) in new_device() function
157 .new_device = new_device,
/dpdk/examples/vhost_crypto/
H A Dmain.c276 new_device(int vid) in new_device() function
367 .new_device = new_device,
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c601 new_device(int vid) in new_device() function
757 .new_device = new_device,
/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c961 bool new_device = false; in mlx5_common_dev_probe() local
1001 new_device = true; in mlx5_common_dev_probe()
1036 if (new_device) { in mlx5_common_dev_probe()
/dpdk/lib/vhost/
H A Drte_vhost.h272 int (*new_device)(int vid); /**< Add device. */ member
H A Dvhost_user.c3060 if (dev->notify_ops->new_device(dev->vid) == 0) in vhost_user_msg_handler()
/dpdk/examples/vhost/
H A Dmain.c1564 new_device(int vid) in new_device() function
1677 .new_device = new_device,
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c787 new_device(int vid) in new_device() function
990 .new_device = new_device,
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst145 * ``new_device(int vid)``
198 As an extension of new_device(), this function adds virtio-crypto workload