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

Function rte_vdev_device_args

dpdk/drivers/bus/vdev/bus_vdev_driver.h:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static inline const char *
43rte_vdev_device_args(const struct rte_vdev_device *dev)
44{
45 if (dev && dev->device.devargs)
46 return dev->device.devargs->args;
47 return "";
48}
49
50/**
51 * Probe function called for each virtual device driver once.

Callers 15

cryptodev_null_probeFunction · 0.85
cryptodev_openssl_probeFunction · 0.85
uadk_cryptodev_probeFunction · 0.85
ipsec_mb_createFunction · 0.85
cryptodev_caam_jr_probeFunction · 0.85
cnxk_gpio_probeFunction · 0.85
skeldev_parse_vdev_argsFunction · 0.85
mvtvm_ml_vdev_probeFunction · 0.85
rte_pmd_memif_probeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected