Home
last modified time | relevance | path

Searched refs:hdls_disable (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/raw/ioat/
H A Dioat_common.c119 cfg->hdls_disable = rte_idxd->hdls_disable; in idxd_dev_info_get()
143 rte_idxd->hdls_disable = cfg->hdls_disable; in idxd_dev_configure()
H A Dioat_rawdev.c56 ioat->hdls_disable = params->hdls_disable; in ioat_dev_configure()
121 cfg->hdls_disable = ioat->hdls_disable; in ioat_dev_info_get()
H A Drte_ioat_rawdev_fns.h81 bool hdls_disable; member
207 uint16_t hdls_disable; /* disable tracking completion handles */ member
241 if (!ioat->hdls_disable) in __ioat_write_desc()
342 if (ioat->hdls_disable) { in __ioat_completed_ops()
395 if (!idxd->hdls_disable) in __idxd_write_desc()
501 if (!idxd->hdls_disable) in __idxd_completed_ops()
H A Drte_ioat_rawdev.h37 bool hdls_disable; /**< if set, ignore user-supplied handle params */ member
/f-stack/dpdk/examples/vhost/
H A Dioat.c110 config.hdls_disable = true; in open_ioat()
/f-stack/dpdk/doc/guides/rawdevs/
H A Dioat.rst166 handles may be disabled by setting the ``hdls_disable`` flag in