Home
last modified time | relevance | path

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

/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c825 dev->device.devargs->policy == RTE_DEV_BLOCKED) in fslmc_vfio_process_group()
831 dev->device.devargs->policy == RTE_DEV_BLOCKED) in fslmc_vfio_process_group()
843 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in fslmc_vfio_process_group()
906 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in fslmc_vfio_process_group()
H A Dfslmc_bus.c467 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in rte_fslmc_probe()
/dpdk/drivers/bus/auxiliary/
H A Dauxiliary_common.c104 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in rte_auxiliary_probe_one_driver()
386 if (devargs == NULL || devargs->policy != RTE_DEV_BLOCKED) in auxiliary_is_ignored_device()
/dpdk/lib/eal/common/
H A Deal_common_devargs.c339 devargs->policy = RTE_DEV_BLOCKED; in rte_devargs_add()
343 else if (devargs->policy == RTE_DEV_BLOCKED) in rte_devargs_add()
/dpdk/lib/eal/include/
H A Drte_dev.h55 RTE_DEV_BLOCKED, enumerator
/dpdk/drivers/bus/pci/
H A Dpci_common.c188 dev->device.devargs->policy == RTE_DEV_BLOCKED) { in rte_pci_probe_one_driver()
672 if (devargs == NULL || devargs->policy != RTE_DEV_BLOCKED) in rte_pci_ignore_device()
/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c688 dev->device.devargs->policy == RTE_DEV_BLOCKED)) in rte_dpaa_bus_probe()