Home
last modified time | relevance | path

Searched refs:rte_devargs_remove (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_devargs.h217 int rte_devargs_remove(struct rte_devargs *devargs);
/dpdk/drivers/bus/auxiliary/linux/
H A Dauxiliary.c67 rte_devargs_remove(dev2->device.devargs); in auxiliary_scan_one()
/dpdk/drivers/bus/vdev/
H A Dvdev.c331 rte_devargs_remove(dev->device.devargs); in rte_vdev_init()
377 rte_devargs_remove(dev->device.devargs); in rte_vdev_uninit()
/dpdk/drivers/bus/auxiliary/
H A Dauxiliary_common.c334 rte_devargs_remove(dev->devargs); in auxiliary_unplug()
/dpdk/lib/eal/
H A Dversion.map38 rte_devargs_remove;
/dpdk/lib/eal/common/
H A Deal_common_devargs.c359 rte_devargs_remove(struct rte_devargs *devargs) in rte_devargs_remove() function
H A Deal_common_dev.c183 if (rte_devargs_remove(da) != 0) { in local_dev_probe()
/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c402 rte_devargs_remove(dev->devargs); in ifpga_unplug()
/dpdk/drivers/bus/pci/linux/
H A Dpci.c381 rte_devargs_remove(dev2->device.devargs); in pci_scan_one()
/dpdk/drivers/bus/pci/
H A Dpci_common.c608 rte_devargs_remove(dev->devargs); in pci_unplug()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst331 * eal: The parameters of the function ``rte_devargs_remove()`` have changed