Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dsocket.c41 bool extbuf; member
234 if (vsocket->extbuf) in vhost_user_add_connection()
862 vsocket->extbuf = flags & RTE_VHOST_USER_EXTBUF_SUPPORT; in rte_vhost_driver_register()
904 if (vsocket->linearbuf && !vsocket->extbuf) { in rte_vhost_driver_register()
H A Dvhost.h455 int extbuf; member
H A Dvhost.c783 dev->extbuf = 1; in vhost_enable_extbuf()
H A Dvirtio_net.c2667 if (dev->extbuf && !virtio_dev_extbuf_alloc(dev, pkt, data_len)) in virtio_dev_pktmbuf_prep()