Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_bus.h276 rte_bus_hot_unplug_handler_t hot_unplug_handler; member
/dpdk/lib/eal/linux/
H A Deal_dev.c288 ret = bus->hot_unplug_handler(dev); in dev_uev_handler()
/dpdk/drivers/bus/pci/
H A Dpci_common.c825 .hot_unplug_handler = pci_hot_unplug_handler,
/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c365 ret = bus->hot_unplug_handler(device); in pci_vfio_req_handler()