MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_dev_is_probed

Function rte_dev_is_probed

dpdk/lib/eal/common/eal_common_dev.c:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int
118rte_dev_is_probed(const struct rte_device *dev)
119{
120 /* The field driver should be set only when the probe is successful. */
121 return dev->driver != NULL;
122}
123
124/* helper function to build devargs, caller should free the memory */
125static int

Callers 14

__handle_primary_requestFunction · 0.85
local_dev_probeFunction · 0.85
rte_dev_removeFunction · 0.85
rte_pci_probe_one_driverFunction · 0.85
pci_scan_oneFunction · 0.85
cdx_probe_one_driverFunction · 0.85
auxiliary_scan_oneFunction · 0.85
ifpga_probe_all_driversFunction · 0.85
rte_fslmc_probeFunction · 0.85
driver_call_probeFunction · 0.85
vmbus_probe_all_driversFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected