Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_dev.h56 RTE_DEV_BLOCKED, enumerator
63 RTE_DEPRECATED(RTE_DEV_BLACKLISTED) RTE_DEV_BLOCKED
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c815 dev->device.devargs->policy == RTE_DEV_BLOCKED) in fslmc_vfio_process_group()
821 dev->device.devargs->policy == RTE_DEV_BLOCKED) in fslmc_vfio_process_group()
832 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in fslmc_vfio_process_group()
879 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in fslmc_vfio_process_group()
H A Dfslmc_bus.c454 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in rte_fslmc_probe()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_devargs.c317 devargs->policy = RTE_DEV_BLOCKED; in rte_devargs_add()
321 else if (devargs->policy == RTE_DEV_BLOCKED) in rte_devargs_add()
/f-stack/dpdk/drivers/bus/pci/
H A Dpci_common.c187 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in rte_pci_probe_one_driver()
637 if (devargs == NULL || devargs->policy != RTE_DEV_BLOCKED) in rte_pci_ignore_device()
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c649 dev->device.devargs->policy == RTE_DEV_BLOCKED)) in rte_dpaa_bus_probe()