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

Function rte_vdev_device_name

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

Source from the content-addressed store, hash-verified

32#define RTE_ETH_DEV_TO_VDEV(eth_dev) RTE_DEV_TO_VDEV((eth_dev)->device)
33
34static inline const char *
35rte_vdev_device_name(const struct rte_vdev_device *dev)
36{
37 if (dev && dev->device.name)
38 return dev->device.name;
39 return NULL;
40}
41
42static inline const char *
43rte_vdev_device_args(const struct rte_vdev_device *dev)

Callers 15

rte_eth_vdev_allocateFunction · 0.85
cryptodev_null_probeFunction · 0.85
cryptodev_openssl_probeFunction · 0.85
cryptodev_openssl_removeFunction · 0.85
uadk_cryptodev_probeFunction · 0.85
uadk_cryptodev_removeFunction · 0.85
ipsec_mb_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected