Searched refs:unplug (Results 1 – 12 of 12) sorted by relevance
268 rte_bus_unplug_t unplug; /**< Remove single device from driver */ member
29 RTE_VERIFY(!bus->plug || bus->unplug); in rte_bus_register()
310 if (dev->bus->unplug == NULL) { in local_dev_remove()316 ret = dev->bus->unplug(dev); in local_dev_remove()
412 .unplug = auxiliary_unplug,
475 .unplug = ifpga_unplug,
673 .unplug = fslmc_bus_unplug,
632 .unplug = vdev_unplug,
822 .unplug = dpaa_bus_unplug,
818 .unplug = pci_unplug,
36 * **Added hot-unplug handle mechanism.**44 Added support for hotplug and hot-unplug in a multiprocessing scenario. Any
810 Kernel crash when hot-unplug igb_uio device while DPDK application is running822 If using DPDK for PCI HW hot-unplug, prefer to bind device with VFIO instead of IGB_UIO.
138 the ability to hot plug/unplug objects in and out of the DPRC.